class SchemaTableColumnSizeTooLargeException
Same name in other branches
- 10 core/lib/Drupal/Core/Database/Exception/SchemaTableColumnSizeTooLargeException.php \Drupal\Core\Database\Exception\SchemaTableColumnSizeTooLargeException
Exception thrown if a column size is too large on table creation.
Hierarchy
- class \Drupal\Core\Database\SchemaException extends \Drupal\Core\Database\RuntimeException implements \Drupal\Core\Database\DatabaseException
- class \Drupal\Core\Database\Exception\SchemaTableColumnSizeTooLargeException extends \Drupal\Core\Database\SchemaException implements \Drupal\Core\Database\DatabaseException
Expanded class hierarchy of SchemaTableColumnSizeTooLargeException
3 files declare their use of SchemaTableColumnSizeTooLargeException
- ExceptionHandler.php in core/
modules/ mysql/ src/ Driver/ Database/ mysql/ ExceptionHandler.php - SchemaTest.php in core/
modules/ mysql/ tests/ src/ Kernel/ mysql/ SchemaTest.php - SqlTest.php in core/
modules/ migrate/ tests/ src/ Kernel/ Plugin/ id_map/ SqlTest.php
File
-
core/
lib/ Drupal/ Core/ Database/ Exception/ SchemaTableColumnSizeTooLargeException.php, line 11
Namespace
Drupal\Core\Database\ExceptionView source
class SchemaTableColumnSizeTooLargeException extends SchemaException implements DatabaseException {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.