class PowerTrack::NoStatusPowerTrackError

Base class for PowerTrack errors without a precise status

Public Class Methods

new(message, body) click to toggle source
Calls superclass method PowerTrack::BasePowerTrackError::new
# File lib/powertrack/errors.rb, line 19
def initialize(message, body)
  super(nil, message, body)
end