Exception: FastTrack::BadParametersException
- Inherits:
-
Exception
- Object
- Exception
- FastTrack::BadParametersException
- Defined in:
- lib/exceptions.rb
Overview
Bad parameters
Instance Method Summary collapse
-
#initialize(message = 'Send parameters through GET method') ⇒ BadParametersException
constructor
A new instance of BadParametersException.
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( = 'Send parameters through GET method') super() end |