exceptions.rb 116 B

123456
  1. module Exceptions
  2. class NotAuthorized < StandardError; end
  3. class UnprocessableEntity < StandardError; end
  4. end