SchemaTableKeyTooLargeException.php
Namespace
Drupal\Core\Database\ExceptionFile
-
core/
lib/ Drupal/ Core/ Database/ Exception/ SchemaTableKeyTooLargeException.php
View source
<?php
namespace Drupal\Core\Database\Exception;
use Drupal\Core\Database\DatabaseException;
use Drupal\Core\Database\SchemaException;
/**
* Exception thrown if a key is too large.
*/
class SchemaTableKeyTooLargeException extends SchemaException implements DatabaseException {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| SchemaTableKeyTooLargeException | Exception thrown if a key is too large. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.