Exception: FastTrack::NotAcceptableException

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

Overview

Not acceptable

Instance Method Summary collapse

Constructor Details

#initialize(message = 'You requested a format that is not json') ⇒ NotAcceptableException

Returns a new instance of NotAcceptableException.



47
48
49
# File 'lib/exceptions.rb', line 47

def initialize(message = 'You requested a format that is not json')
  super(message)
end