Exception: AgileCRMWrapper::InternalServerError
- Inherits:
-
ServerError
- Object
- StandardError
- Error
- ServerError
- AgileCRMWrapper::InternalServerError
- Defined in:
- lib/agilecrm-wrapper/error.rb
Overview
Raised when AgileCRMWrapper returns a 500 HTTP status code
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(response, message = 'Server error') ⇒ InternalServerError
constructor
A new instance of InternalServerError.
Methods inherited from Error
Constructor Details
#initialize(response, message = 'Server error') ⇒ InternalServerError
Returns a new instance of InternalServerError.
71 72 73 |
# File 'lib/agilecrm-wrapper/error.rb', line 71 def initialize(response, = 'Server error') super(response, ) end |