zammad/lib/exceptions.rb
2016-06-30 10:24:03 +02:00

6 lines
116 B
Ruby

module Exceptions
class NotAuthorized < StandardError; end
class UnprocessableEntity < StandardError; end
end