Exception: ExactTarget::BlacklistError
- Inherits:
-
EmailAddressError
- Object
- Exception
- Error
- EmailAddressError
- ExactTarget::BlacklistError
- 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
24 25 26 |
# File 'lib/exact_target/error.rb', line 24 def to_s "#{@email} is on the email address blacklist" end |