class SchemaTableColumnSizeTooLargeException

Same name in other branches
  1. 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

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\Exception
View 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.