Exception: FastTrack::BadParametersException

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

Overview

Bad parameters

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Send parameters through GET method') ⇒ BadParametersException

Returns a new instance of BadParametersException.



5
6
7
# File 'lib/exceptions.rb', line 5

def initialize(message = 'Send parameters through GET method')
  super(message)
end