Exception: Paytureman::GatewayNotFoundException

Inherits:
Exception
  • Object
show all
Defined in:
lib/service/configuration.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ GatewayNotFoundException

Returns a new instance of GatewayNotFoundException.



51
52
53
# File 'lib/service/configuration.rb', line 51

def initialize(name)
  super("Gateway #{name} has not been defined in the configuration")
end