class SchemaException in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Database/SchemaException.php \Drupal\Core\Database\SchemaException
Base exception for Schema-related errors.
Hierarchy
- class \Drupal\Core\Database\SchemaException extends \Drupal\Core\Database\RuntimeException implements DatabaseException
Expanded class hierarchy of SchemaException
3 files declare their use of SchemaException
- Schema.php in core/
lib/ Drupal/ Core/ Database/ Driver/ mysql/ Schema.php - Contains \Drupal\Core\Database\Driver\mysql\Schema.
- SchemaTest.php in core/
modules/ system/ src/ Tests/ Database/ SchemaTest.php - Contains \Drupal\system\Tests\Database\SchemaTest.
- SqlContentEntityStorage.php in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorage.php - Contains \Drupal\Core\Entity\Sql\SqlContentEntityStorage.
File
- core/
lib/ Drupal/ Core/ Database/ SchemaException.php, line 13 - Contains \Drupal\Core\Database\SchemaException.
Namespace
Drupal\Core\DatabaseView source
class SchemaException extends \RuntimeException implements DatabaseException {
}