Exception: FastTrack::InternalServerException
- Inherits:
-
Exception
- Object
- Exception
- FastTrack::InternalServerException
- Defined in:
- lib/exceptions.rb
Overview
Internal server error
Instance Method Summary collapse
-
#initialize(message = '') ⇒ InternalServerException
constructor
A new instance of InternalServerException.
Constructor Details
#initialize(message = '') ⇒ InternalServerException
Returns a new instance of InternalServerException.
19 20 21 |
# File 'lib/exceptions.rb', line 19 def initialize( = '') super() end |