Exception: Phishin::Client::TrackNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Phishin::Client::TrackNotFoundError
- Defined in:
- lib/phishin/client/errors.rb
Instance Method Summary collapse
-
#initialize(show_date, track_id_or_slug) ⇒ TrackNotFoundError
constructor
A new instance of TrackNotFoundError.
Constructor Details
#initialize(show_date, track_id_or_slug) ⇒ TrackNotFoundError
Returns a new instance of TrackNotFoundError.
6 7 8 |
# File 'lib/phishin/client/errors.rb', line 6 def initialize(show_date, track_id_or_slug) super("phish.in api could not find track with show_date=#{show_date} track_id_or_slug=#{track_id_or_slug} (possibly the 'missing track' issue)") end |