Exception: Paytureman::GatewayNotFoundException
- Inherits:
-
Exception
- Object
- Exception
- Paytureman::GatewayNotFoundException
- Defined in:
- lib/service/configuration.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ GatewayNotFoundException
constructor
A new instance of GatewayNotFoundException.
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 |