7 lines
72 B
Ruby
7 lines
72 B
Ruby
module Iqdb
|
|
module Responses
|
|
class Error < Base
|
|
end
|
|
end
|
|
end
|