Exception: ExactTargetSDK::UnknownError

Inherits:
Error
  • Object
show all
Defined in:
lib/exact_target_sdk/errors.rb

Overview

Indicates any type of unexpected error

Instance Attribute Summary collapse

Instance Method Summary collapse

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_exceptionObject (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