Exception: Payoneer::Errors::ConfigurationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/payoneer/errors/configuration_error.rb

Instance Method Summary collapse

Constructor Details

#initializeConfigurationError

Returns a new instance of ConfigurationError.



4
5
6
# File 'lib/payoneer/errors/configuration_error.rb', line 4

def initialize
  super 'Not all config vars were set. Payoneer requires partner_id, partner_username, and partner_api_password.'
end