You are here

ObsoleteExtensionException.php in Drupal 10

File

core/lib/Drupal/Core/Extension/Exception/ObsoleteExtensionException.php
View source
<?php

namespace Drupal\Core\Extension\Exception;


/**
 * Exception thrown when the extension is obsolete on install.
 */
class ObsoleteExtensionException extends \Exception {

}

Classes

Namesort descending Description
ObsoleteExtensionException Exception thrown when the extension is obsolete on install.