Exception: FastTrack::BadRequestException

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

Overview

Bad request

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Request is malformed') ⇒ BadRequestException

Returns a new instance of BadRequestException.



12
13
14
# File 'lib/exceptions.rb', line 12

def initialize(message = 'Request is malformed')
  super(message)
end