Class RegexpException
The exception that indicates error of the last Regexp execution.
-
Exception
-
Nette\Utils\RegexpException
Methods summary
public
|
#
__construct( mixed $message, mixed $code = NULL, mixed $pattern = NULL )
|
Properties summary
public static
array
|
$messages
|
array(
PREG_INTERNAL_ERROR => 'Internal error',
PREG_BACKTRACK_LIMIT_ERROR => 'Backtrack limit was exhausted',
PREG_RECURSION_LIMIT_ERROR => 'Recursion limit was exhausted',
PREG_BAD_UTF8_ERROR => 'Malformed UTF-8 data',
5 => 'Offset didn\'t correspond to the begin of a valid UTF-8 code point',
) |
|