Exception: Tochtli::BaseClient::InternalServiceError
- Inherits:
-
StandardError
- Object
- StandardError
- Tochtli::BaseClient::InternalServiceError
- Defined in:
- lib/tochtli/base_client.rb
Instance Attribute Summary collapse
-
#service_error ⇒ Object
readonly
Returns the value of attribute service_error.
Instance Method Summary collapse
-
#initialize(service_error, message) ⇒ InternalServiceError
constructor
A new instance of InternalServiceError.
Constructor Details
#initialize(service_error, message) ⇒ InternalServiceError
Returns a new instance of InternalServiceError.
33 34 35 36 |
# File 'lib/tochtli/base_client.rb', line 33 def initialize(service_error, ) @service_error = service_error super end |
Instance Attribute Details
#service_error ⇒ Object (readonly)
Returns the value of attribute service_error.
31 32 33 |
# File 'lib/tochtli/base_client.rb', line 31 def service_error @service_error end |