class FastTrack::VersionRequiredException

Version required

Public Class Methods

new(message = 'Send API version in the HTTP Accept headers') click to toggle source
Calls superclass method
# File lib/exceptions.rb, line 75
def initialize(message = 'Send API version in the HTTP Accept headers')
  super(message)
end