Exception: ExactTargetSDK::UnknownError
- Defined in:
- lib/exact_target_sdk/errors.rb
Overview
Indicates any type of unexpected error
Instance Attribute Summary collapse
-
#wrapped_exception ⇒ Object
readonly
Returns the value of attribute wrapped_exception.
Instance Method Summary collapse
-
#initialize(e) ⇒ UnknownError
constructor
A new instance of UnknownError.
Constructor Details
#initialize(e) ⇒ UnknownError
Returns a new instance of UnknownError.
23 24 25 |
# File 'lib/exact_target_sdk/errors.rb', line 23 def initialize(e) @wrapped_exception = e end |
Instance Attribute Details
#wrapped_exception ⇒ Object (readonly)
Returns the value of attribute wrapped_exception.
21 22 23 |
# File 'lib/exact_target_sdk/errors.rb', line 21 def wrapped_exception @wrapped_exception end |