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)
-
- (Object) cause
readonly
Returns the value of attribute cause.
Instance Method Summary (collapse)
-
- (Error) initialize(msg, cause = $!)
constructor
A new instance of Error.
Constructor Details
- (Error) initialize(msg, cause = $!)
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
- (Object) cause (readonly)
Returns the value of attribute cause
5 6 7 |
# File 'lib/wsdl_mapper/runtime/errors.rb', line 5 def cause @cause end |