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

Breadcrumb

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

class ClassNotFoundException

Same name in this branch
  1. 11.1.x vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassNotFoundException.php \Prophecy\Exception\Doubler\ClassNotFoundException

Hierarchy

  • class \Symfony\Component\VarExporter\Exception\ClassNotFoundException extends \Symfony\Component\VarExporter\Exception\Exception implements \Symfony\Component\VarExporter\Exception\ExceptionInterface

Expanded class hierarchy of ClassNotFoundException

2 files declare their use of ClassNotFoundException
Hydrator.php in vendor/symfony/var-exporter/Internal/Hydrator.php
Registry.php in vendor/symfony/var-exporter/Internal/Registry.php

File

vendor/symfony/var-exporter/Exception/ClassNotFoundException.php, line 14

Namespace

Symfony\Component\VarExporter\Exception
View source
class ClassNotFoundException extends \Exception implements ExceptionInterface {
    public function __construct(string $class, ?\Throwable $previous = null) {
        parent::__construct(\sprintf('Class "%s" not found.', $class), 0, $previous);
    }

}

Members

Title Sort descending Modifiers Object type Summary
ClassNotFoundException::__construct public function

API Navigation

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