class PowerTrack::InvalidEndpoint

Invalid Endpoint. This occurs when your client tries to connect to an endpoint URL that does not exist.

Public Class Methods

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