Exception: Agms::ServerErrorError

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

Instance Attribute Summary

Attributes inherited from AgmsError

#object

Instance Method Summary collapse

Constructor Details

#initialize(message, object) ⇒ ServerErrorError

Returns a new instance of ServerErrorError.



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

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