PHP 클래스 Jyxo\Mail\Sender\RecipientUnknownException

저자: Jaroslav Hanslík
상속: extends Jyxo\Mail\Sender\Exception
파일 보기 프로젝트 열기: jyxo/php

공개 메소드들

메소드 설명
__construct ( string $message = null, integer $code, array $list = [] ) Creates an exception.
getList ( ) : array Returns the list of non-existent addresses.

메소드 상세

__construct() 공개 메소드

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() 공개 메소드

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