class PowerTrack::ConnectionError
An error which is raised when there is a connection issue with the PowerTrack
endpoint
Public Class Methods
new(message)
click to toggle source
Calls superclass method
PowerTrack::NoStatusPowerTrackError::new
# File lib/powertrack/errors.rb, line 27 def initialize(message) super(message, nil) end