8 lines
139 B
Ruby
8 lines
139 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Runner::Connection::Buffer
|
|
class Error < ApplicationError
|
|
class NotEmpty < Error; end
|
|
end
|
|
end
|