SchemaTableColumnSizeTooLargeException.php

Same filename and directory in other branches
  1. 10 core/lib/Drupal/Core/Database/Exception/SchemaTableColumnSizeTooLargeException.php

Namespace

Drupal\Core\Database\Exception

File

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

View source
<?php

namespace Drupal\Core\Database\Exception;

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

/**
 * Exception thrown if a column size is too large on table creation.
 */
class SchemaTableColumnSizeTooLargeException extends SchemaException implements DatabaseException {

}

Classes

Title Deprecated Summary
SchemaTableColumnSizeTooLargeException Exception thrown if a column size is too large on table creation.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.