class Phishin::Client::TrackNotFoundError
Public Class Methods
new(show_date, track_id_or_slug)
click to toggle source
Calls superclass method
# 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