Exception: Mollie::IdealException
- Inherits:
-
Exception
- Object
- Exception
- Mollie::IdealException
- Defined in:
- lib/mollie/ideal_exception.rb
Instance Attribute Summary collapse
-
#errorcode ⇒ Object
Returns the value of attribute errorcode.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(errorcode, message = "") ⇒ IdealException
constructor
A new instance of IdealException.
Constructor Details
#initialize(errorcode, message = "") ⇒ IdealException
Returns a new instance of IdealException.
4 5 6 7 |
# File 'lib/mollie/ideal_exception.rb', line 4 def initialize(errorcode, ="") self.errorcode = errorcode self. = end |
Instance Attribute Details
#errorcode ⇒ Object
Returns the value of attribute errorcode.
3 4 5 |
# File 'lib/mollie/ideal_exception.rb', line 3 def errorcode @errorcode end |
#message ⇒ Object
Returns the value of attribute message.
3 4 5 |
# File 'lib/mollie/ideal_exception.rb', line 3 def @message end |