Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UnexpectedNullMatchException.php

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\Pcre
View 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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal