PHP Class Jyxo\Mail\Sender\RecipientUnknownException

Author: Jaroslav Hanslík
Inheritance: extends Jyxo\Mail\Sender\Exception
Afficher le fichier Open project: jyxo/php

Méthodes publiques

Méthode Description
__construct ( string $message = null, integer $code, array $list = [] ) Creates an exception.
getList ( ) : array Returns the list of non-existent addresses.

Method Details

__construct() public méthode

Creates an exception.
public __construct ( string $message = null, integer $code, array $list = [] )
$message string Exception message
$code integer Exception code
$list array List of non-existent addresses

getList() public méthode

Returns the list of non-existent addresses.
public getList ( ) : array
Résultat array