Exception: FastTrack::TrackNotFound
- Inherits:
-
Exception
- Object
- Exception
- FastTrack::TrackNotFound
- Defined in:
- lib/fast_track.rb
Instance Method Summary collapse
-
#initialize(track_name) ⇒ TrackNotFound
constructor
A new instance of TrackNotFound.
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 |