Exception: Geminabox::HttpAdapterConfigError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/geminabox/http_adapter_config_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(method_name, returns) ⇒ HttpAdapterConfigError

Returns a new instance of HttpAdapterConfigError.



3
4
5
# File 'lib/geminabox/http_adapter_config_error.rb', line 3

def initialize(method_name, returns)
  super("#{method_name} must be defined, and return #{returns}")
end