Exception: PowerTrack::InvalidEndpoint
- Inherits:
-
PredefinedStatusPowerTrackError
- Object
- StandardError
- BasePowerTrackError
- WithStatusPowerTrackError
- PredefinedStatusPowerTrackError
- PowerTrack::InvalidEndpoint
- Defined in:
- lib/powertrack/errors.rb
Overview
Invalid Endpoint. This occurs when your client tries to connect to an endpoint URL that does not exist.
Instance Attribute Summary
Attributes inherited from BasePowerTrackError
Instance Method Summary collapse
-
#initialize(message, body) ⇒ InvalidEndpoint
constructor
A new instance of InvalidEndpoint.
Methods inherited from WithStatusPowerTrackError
Constructor Details
#initialize(message, body) ⇒ InvalidEndpoint
Returns a new instance of InvalidEndpoint.
79 80 81 |
# File 'lib/powertrack/errors.rb', line 79 def initialize(, body) super(404, , body) end |