You are here

ExtensionNameLengthException.php in Drupal 10

File

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

namespace Drupal\Core\Extension;


/**
 * Exception thrown when the extension's name length exceeds the allowed maximum.
 */
class ExtensionNameLengthException extends \Exception {

}

Classes

Namesort descending Description
ExtensionNameLengthException Exception thrown when the extension's name length exceeds the allowed maximum.