class TTWatcher::Sites::TorrentSiteUnknown
Raised when TorrentSite
child class not found by it's name.
Public Class Methods
new(name)
click to toggle source
Calls superclass method
# File sources/ttwatcher/sites.rb, line 66 def initialize(name); super "Program does not know how to work with #{name} site"; end