You are here

UnknownExtensionTypeException.php in Drupal 9

File

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

Namesort descending Description
UnknownExtensionTypeException Exception thrown when a specified extension type is not known.