class FastTrack::NotFoundException

Not found

Public Class Methods

new(message = 'Specified endpoint could not be found') click to toggle source
Calls superclass method
# File lib/exceptions.rb, line 54
def initialize(message = 'Specified endpoint could not be found')
  super(message)
end