Exception: FastTrack::NotFoundException
- Inherits:
-
Exception
- Object
- Exception
- FastTrack::NotFoundException
- Defined in:
- lib/exceptions.rb
Overview
Not found
Instance Method Summary collapse
-
#initialize(message = 'Specified endpoint could not be found') ⇒ NotFoundException
constructor
A new instance of NotFoundException.
Constructor Details
#initialize(message = 'Specified endpoint could not be found') ⇒ NotFoundException
Returns a new instance of NotFoundException.
54 55 56 |
# File 'lib/exceptions.rb', line 54 def initialize( = 'Specified endpoint could not be found') super() end |