You are here

ExtensionNameLengthException.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Core/Extension/ExtensionNameLengthException.php

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.