Exception: GatewayErrors::ConnectionNotMade

Inherits:
StandardError
  • Object
show all
Defined in:
lib/gateway_errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Connection is not established to perform transaction, check connection.") ⇒ ConnectionNotMade

Returns a new instance of ConnectionNotMade.



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

def initialize(msg = "Connection is not established to perform transaction, check connection.")
  super(msg)
end