class SchemaObjectDoesNotExistException

Exception thrown if an object being modified doesn't exist yet.

For example, this exception should be thrown whenever there is an attempt to modify a database table, field, or index that does not currently exist in the database schema.

Hierarchy

Expanded class hierarchy of SchemaObjectDoesNotExistException

3 files declare their use of SchemaObjectDoesNotExistException
Schema.php in drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Definition of Drupal\Core\Database\Driver\mysql\Schema
Schema.php in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Definition of Drupal\Core\Database\Driver\sqlite\Schema
Schema.php in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Definition of Drupal\Core\Database\Driver\pgsql\Schema

File

drupal/core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php, line 17
Definition of Drupal\Core\Database\SchemaObjectDoesNotExistException

Namespace

Drupal\Core\Database
View source
class SchemaObjectDoesNotExistException extends SchemaException implements DatabaseException {

}

Members