PHP Класс libphonenumber\NumberParseException

Автор: Lara Rennie
Наследование: extends Exception
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$errorType

Открытые методы

Метод Описание
__construct ( $errorType, $message, $previous = null )
__toString ( )
getErrorType ( ) Returns the error type of the exception that has been thrown.

Описание методов

__construct() публичный Метод

public __construct ( $errorType, $message, $previous = null )

__toString() публичный Метод

public __toString ( )

getErrorType() публичный Метод

Returns the error type of the exception that has been thrown.
public getErrorType ( )

Описание свойств

$errorType защищенное свойство

protected $errorType