Exception: FastTrack::TrackNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(track_name) ⇒ TrackNotFound

Returns a new instance of TrackNotFound.



3
4
5
# File 'lib/fast_track/exceptions.rb', line 3

def initialize(track_name)
  super("Could not find track #{track_name}! Please double-check the provided params.")
end