class P3::Eztv::SeriesNotFoundError

Public Class Methods

new(series) click to toggle source
Calls superclass method
# File lib/p3-eztv.rb, line 11
def initialize(series)
    msg = "Unable to find '#{series.search_string()}' on https://eztv.ag."
    super(msg)
end