Exception: Phishin::Client::TrackNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/phishin/client/errors.rb

Instance Method Summary collapse

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