trabajo-afectivo/lib/exceptions.rb

8 lines
117 B
Ruby
Raw Normal View History

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