UnknownExtensionException.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Core\Extension\ExceptionFile
core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.phpView source
<?php
namespace Drupal\Core\Extension\Exception;
/**
* Exception class thrown when a specified extension is not on the filesystem.
*/
class UnknownExtensionException extends \InvalidArgumentException {
}
Classes
Name | Description |
---|---|
UnknownExtensionException | Exception class thrown when a specified extension is not on the filesystem. |