Class: ProxyFetcher::Exceptions::UnknownProvider

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

Instance Method Summary collapse

Constructor Details

#initialize(provider_name) ⇒ UnknownProvider

Returns a new instance of UnknownProvider.



13
14
15
# File 'lib/proxy_fetcher/exceptions.rb', line 13

def initialize(provider_name)
  super("unregistered proxy provider `#{provider_name}`")
end