Exception: Persephone::UnauthorizedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/persephone/unauthorized_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ UnauthorizedError

Returns a new instance of UnauthorizedError.



3
4
5
# File 'lib/persephone/unauthorized_error.rb', line 3

def initialize(message)
  super(message)
end