class FastTrack::NotAcceptableException

Not acceptable

Public Class Methods

new(message = 'You requested a format that is not json') click to toggle source
Calls superclass method
# File lib/exceptions.rb, line 47
def initialize(message = 'You requested a format that is not json')
  super(message)
end