Exception: OneRosterClient::NilStatusError
- Inherits:
-
ServerError
- Object
- StandardError
- Error
- ServerError
- OneRosterClient::NilStatusError
- Defined in:
- lib/oneroster_client/error.rb
Instance Attribute Summary
Attributes inherited from Error
#dependency_name, #original_response, #response
Instance Method Summary collapse
-
#initialize(response = nil, message = "HTTP status could not be derived from the server response") ⇒ NilStatusError
constructor
A new instance of NilStatusError.
Methods inherited from Error
Constructor Details
#initialize(response = nil, message = "HTTP status could not be derived from the server response") ⇒ NilStatusError
Returns a new instance of NilStatusError.
92 93 94 |
# File 'lib/oneroster_client/error.rb', line 92 def initialize(response = nil, = "HTTP status could not be derived from the server response") super(response, ) end |