class Paytureman::GatewayNotFoundException
Public Class Methods
new(name)
click to toggle source
Calls superclass method
# File lib/service/configuration.rb, line 51 def initialize(name) super("Gateway #{name} has not been defined in the configuration") end