Exception: FastTrack::NotFoundException

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

Overview

Not found

Instance Method Summary collapse

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(message = 'Specified endpoint could not be found')
  super(message)
end