class UnexpectedNullMatchException
Hierarchy
- class \Composer\Pcre\PcreException extends \Composer\Pcre\RuntimeException
- class \Composer\Pcre\UnexpectedNullMatchException extends \Composer\Pcre\PcreException
Expanded class hierarchy of UnexpectedNullMatchException
File
-
vendor/
composer/ pcre/ src/ UnexpectedNullMatchException.php, line 14
Namespace
Composer\PcreView source
class UnexpectedNullMatchException extends PcreException {
public static function fromFunction($function, $pattern) {
throw new \LogicException('fromFunction should not be called on ' . self::class . ', use ' . PcreException::class);
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title |
---|---|---|---|---|
PcreException::pcreLastErrorMessage | private static | function | ||
UnexpectedNullMatchException::fromFunction | public static | function | Overrides PcreException::fromFunction |