Exception: FastTrack::VersionRequiredException

Inherits:
Exception
  • Object
show all
Defined in:
lib/exceptions.rb

Overview

Version required

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Send API version in the HTTP Accept headers') ⇒ VersionRequiredException

Returns a new instance of VersionRequiredException.



75
76
77
# File 'lib/exceptions.rb', line 75

def initialize(message = 'Send API version in the HTTP Accept headers')
  super(message)
end