pastebinner/lib/exceptions.rb

7 lines
74 B
Ruby

class PastebinnerError < StandardError
def ConfigError
end
end