Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SchemaTableKeyTooLargeException.php

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\Exception
View source
class SchemaTableKeyTooLargeException extends SchemaException implements DatabaseException {

}
RSS feed
Powered by Drupal