class SchemaTableKeyTooLargeException
Same name in other branches
- 10 core/lib/Drupal/Core/Database/Exception/SchemaTableKeyTooLargeException.php \Drupal\Core\Database\Exception\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
3 files declare their use of SchemaTableKeyTooLargeException
- ExceptionHandler.php in core/
modules/ mysql/ src/ Driver/ Database/ mysql/ ExceptionHandler.php - SchemaTest.php in core/
modules/ mysql/ tests/ src/ Kernel/ mysql/ SchemaTest.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 {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.