Exception: PowerTrack::ConnectionError
- Inherits:
-
NoStatusPowerTrackError
- Object
- StandardError
- BasePowerTrackError
- NoStatusPowerTrackError
- PowerTrack::ConnectionError
- Defined in:
- lib/powertrack/errors.rb
Overview
An error which is raised when there is a connection issue with the PowerTrack endpoint
Instance Attribute Summary
Attributes inherited from BasePowerTrackError
Instance Method Summary collapse
-
#initialize(message) ⇒ ConnectionError
constructor
A new instance of ConnectionError.
Constructor Details
#initialize(message) ⇒ ConnectionError
Returns a new instance of ConnectionError.
27 28 29 |
# File 'lib/powertrack/errors.rb', line 27 def initialize() super(, nil) end |