Exception: FastTrack::TrackNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(track_name) ⇒ TrackNotFound

Returns a new instance of TrackNotFound.



27
28
29
# File 'lib/fast_track.rb', line 27

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