You are here

class ObsoleteExtensionException in Drupal 9

Exception thrown when the extension is obsolete on install.

Hierarchy

Expanded class hierarchy of ObsoleteExtensionException

2 files declare their use of ObsoleteExtensionException
ModuleInstaller.php in core/lib/Drupal/Core/Extension/ModuleInstaller.php
ModuleInstallerTest.php in core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php

File

core/lib/Drupal/Core/Extension/Exception/ObsoleteExtensionException.php, line 8

Namespace

Drupal\Core\Extension\Exception
View source
class ObsoleteExtensionException extends \Exception {

}

Members