Exception: ExactTarget::WhitelistError
- Inherits:
-
EmailAddressError
- Object
- Exception
- Error
- EmailAddressError
- ExactTarget::WhitelistError
- Defined in:
- lib/exact_target/error.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
Methods inherited from EmailAddressError
Methods inherited from Error
Constructor Details
This class inherits a constructor from ExactTarget::EmailAddressError
Instance Method Details
#to_s ⇒ Object
30 31 32 |
# File 'lib/exact_target/error.rb', line 30 def to_s "#{@email} is not on the email address whitelist" end |