You are here

ExtensionNameLengthException.php in Zircon Profile 8

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

File

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

/**
 * @file
 * Contains \Drupal\Core\Extension\ExtensionNameLengthException.
 */
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.