pastebinner/lib/exceptions.rb

9 lines
97 B
Ruby

class PastebinnerError < StandardError
def ArgumentError
end
def ConfigError
end
end