UnknownExtensionTypeException.php
Same filename in other branches
Namespace
Drupal\Core\Extension\ExceptionFile
-
core/
lib/ Drupal/ Core/ Extension/ Exception/ UnknownExtensionTypeException.php
View source
<?php
namespace Drupal\Core\Extension\Exception;
/**
* Exception thrown when a specified extension type is not known.
*/
class UnknownExtensionTypeException extends \InvalidArgumentException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
UnknownExtensionTypeException | Exception thrown when a specified extension type is not known. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.