Exception: Agms::AuthorizationError

Inherits:
AgmsError
  • Object
show all
Defined in:
lib/agms/error/authorization_error.rb

Instance Attribute Summary

Attributes inherited from AgmsError

#object

Instance Method Summary collapse

Constructor Details

#initialize(message, object) ⇒ AuthorizationError

Returns a new instance of AuthorizationError.



3
4
5
# File 'lib/agms/error/authorization_error.rb', line 3

def initialize(message, object)
  super(message, object)
end