SchemaException.php
Namespace
Drupal\Core\DatabaseFile
-
core/
lib/ Drupal/ Core/ Database/ SchemaException.php
View source
<?php
namespace Drupal\Core\Database;
/**
* Base exception for Schema-related errors.
*/
class SchemaException extends \RuntimeException implements DatabaseException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
SchemaException | Base exception for Schema-related errors. |