Exception: Shark::UnexpectedStatus
- Inherits:
-
ServerError
- Object
- StandardError
- Error
- ApiError
- ServerError
- Shark::UnexpectedStatus
- Defined in:
- lib/shark/error.rb
Instance Attribute Summary
Attributes inherited from ApiError
Instance Method Summary collapse
Methods inherited from ApiError
Constructor Details
This class inherits a constructor from Shark::ApiError
Instance Method Details
#message ⇒ Object
56 57 58 |
# File 'lib/shark/error.rb', line 56 def "Unexpected response status: #{code} from: #{url}" end |