ObsoleteExtensionException.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\Core\Extension\ExceptionFile
core/lib/Drupal/Core/Extension/Exception/ObsoleteExtensionException.phpView source
<?php
namespace Drupal\Core\Extension\Exception;
/**
* Exception thrown when the extension is obsolete on install.
*/
class ObsoleteExtensionException extends \Exception {
}
Classes
Name | Description |
---|---|
ObsoleteExtensionException | Exception thrown when the extension is obsolete on install. |