Class: ProxyFetcher::Exceptions::UnknownAdapter
- Inherits:
-
ProxyFetcher::Error
- Object
- ProxyFetcher::Exceptions::UnknownAdapter
- Defined in:
- lib/proxy_fetcher/exceptions.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ UnknownAdapter
constructor
A new instance of UnknownAdapter.
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 |