Swift_AddressEncoderException
extends Swift_RfcComplianceException
in package
AddressEncoderException when the specified email address is in a format that cannot be encoded by a given address encoder.
Tags
Table of Contents
- $address : mixed
- __construct() : mixed
- Create a new RfcComplianceException with $message.
- getAddress() : string
Properties
$address
protected
mixed
$address
Methods
__construct()
Create a new RfcComplianceException with $message.
public
__construct(string $message, string $address) : mixed
Parameters
- $message : string
- $address : string
Return values
mixed —getAddress()
public
getAddress() : string