Exception: GatewayErrors::ConnectionNotMade
- Inherits:
-
StandardError
- Object
- StandardError
- GatewayErrors::ConnectionNotMade
- Defined in:
- lib/gateway_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Connection is not established to perform transaction, check connection.") ⇒ ConnectionNotMade
constructor
A new instance of ConnectionNotMade.
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 |