Manual do PHP Referência das Funções Linguagem Humana e Suporte a Codificação de Caracteres intl IntlException idn_to_utf8 IntlIterator Exception class for intl errors (PHP 5 > 5.5.0, PECL intl > 3.0.0a1) Introdução This class is used for generating exceptions when errors occur inside intl functions. Such exceptions are only generated when intl.use_exceptions is enabled. Sinopse da classe IntlException extends Exception { /* Propriedades herdadas */ protected string $message ; private string $string ; protected int $code ; protected string $file ; protected int $line ; private array $trace ; /* Métodos herdados */ final public string Exception::getMessage ( void ) final public int Exception::getCode ( void ) final public string Exception::getFile ( void ) final public string Exception::getLine ( void ) final public array Exception::getTrace ( void ) final public string Exception::getTraceAsString ( void ) public string Exception::__toString ( void ) final private string Exception::__clone ( void ) }