trabajo-afectivo/lib/exceptions.rb

7 lines
116 B
Ruby
Raw Normal View History

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