Exception: FastTrack::InternalServerException

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

Overview

Internal server error

Instance Method Summary collapse

Constructor Details

#initialize(message = '') ⇒ InternalServerException

Returns a new instance of InternalServerException.



19
20
21
# File 'lib/exceptions.rb', line 19

def initialize(message = '')
  super(message)
end