SchemaPrimaryKeyMustBeDroppedException.php

Namespace

Drupal\Core\Database\Exception

File

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

View source
<?php

namespace Drupal\Core\Database\Exception;

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

/**
 * Exception thrown if the Primary Key must be dropped before an operation.
 */
class SchemaPrimaryKeyMustBeDroppedException extends SchemaException implements DatabaseException {

}

Classes

Title Deprecated Summary
SchemaPrimaryKeyMustBeDroppedException Exception thrown if the Primary Key must be dropped before an operation.

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