class SchemaTableKeyTooLargeException
Exception thrown if a key is too large.
Hierarchy
- class \Drupal\Core\Database\SchemaException extends \Drupal\Core\Database\RuntimeException implements \Drupal\Core\Database\DatabaseException
- class \Drupal\Core\Database\Exception\SchemaTableKeyTooLargeException extends \Drupal\Core\Database\SchemaException implements \Drupal\Core\Database\DatabaseException
Expanded class hierarchy of SchemaTableKeyTooLargeException
2 files declare their use of SchemaTableKeyTooLargeException
- ExceptionHandler.php in core/
modules/ mysql/ src/ Driver/ Database/ mysql/ ExceptionHandler.php - Sql.php in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php
File
-
core/
lib/ Drupal/ Core/ Database/ Exception/ SchemaTableKeyTooLargeException.php, line 11
Namespace
Drupal\Core\Database\ExceptionView source
class SchemaTableKeyTooLargeException extends SchemaException implements DatabaseException {
}