class EZTV::SeriesNotFoundError

Public Class Methods

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