Exception: WsdlMapper::Runtime::Errors::Error
- Inherits:
-
StandardError
- Object
- StandardError
- WsdlMapper::Runtime::Errors::Error
- Defined in:
- lib/wsdl_mapper/runtime/errors.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#cause ⇒ Object
readonly
Returns the value of attribute cause.
Instance Method Summary collapse
-
#initialize(msg, cause = $!) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(msg, cause = $!) ⇒ Error
Returns a new instance of Error.
7 8 9 10 |
# File 'lib/wsdl_mapper/runtime/errors.rb', line 7 def initialize(msg, cause = $!) super msg @cause = cause end |
Instance Attribute Details
#cause ⇒ Object (readonly)
Returns the value of attribute cause.
5 6 7 |
# File 'lib/wsdl_mapper/runtime/errors.rb', line 5 def cause @cause end |