Exception: ExactTarget::EmailAddressError

Inherits:
Error
  • Object
show all
Defined in:
lib/exact_target/error.rb

Direct Known Subclasses

BlacklistError, WhitelistError

Instance Attribute Summary

Attributes inherited from Error

#description, #id

Instance Method Summary collapse

Methods inherited from Error

#to_s

Constructor Details

#initialize(email) ⇒ EmailAddressError

Returns a new instance of EmailAddressError.



18
19
20
# File 'lib/exact_target/error.rb', line 18

def initialize(email)
  @email = email
end