Method: OEHClient::Exception::MissingParameterException#initialize

Defined in:
lib/oehclient/exception.rb

#initialize(parameter_list) ⇒ MissingParameterException

Returns a new instance of MissingParameterException.



45
46
47
48
# File 'lib/oehclient/exception.rb', line 45

def initialize(parameter_list)

	super("Missing the required parameters #{parameter_list.join(', ')}")
end