class Geminabox::HttpAdapterConfigError

Public Class Methods

new(method_name, returns) click to toggle source
Calls superclass method
# 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