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

Breadcrumb

  1. Drupal Core 11.1.x

SchemaTableKeyTooLargeException.php

Namespace

Drupal\Core\Database\Exception

File

core/lib/Drupal/Core/Database/Exception/SchemaTableKeyTooLargeException.php

View source
<?php

namespace Drupal\Core\Database\Exception;

use Drupal\Core\Database\DatabaseException;
use Drupal\Core\Database\SchemaException;

/**
 * Exception thrown if a key is too large.
 */
class SchemaTableKeyTooLargeException extends SchemaException implements DatabaseException {

}

Classes

Title Deprecated Summary
SchemaTableKeyTooLargeException Exception thrown if a key is too large.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal