5 lines
94 B
Ruby
5 lines
94 B
Ruby
class PastebinnerError < StandardError
|
|
def InvalidArgument; end
|
|
|
|
def ConfigError; end
|
|
end
|