Class: ProxyFetcher::Exceptions::UnknownAdapter

Inherits:
ProxyFetcher::Error
  • Object
show all
Defined in:
lib/proxy_fetcher/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ UnknownAdapter

Returns a new instance of UnknownAdapter.



37
38
39
# File 'lib/proxy_fetcher/exceptions.rb', line 37

def initialize(name)
  super("unknown adapter '#{name}'")
end