PHP Class Jyxo\Mail\Sender\RecipientUnknownException

Author: Jaroslav HanslĂ­k
Inheritance: extends Jyxo\Mail\Sender\Exception
Datei anzeigen Open project: jyxo/php

Public Methods

Method 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 method

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 method

Returns the list of non-existent addresses.
public getList ( ) : array
return array