You are here

SchemaException.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Core/Database/SchemaException.php

File

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

Namesort descending Description
SchemaException Base exception for Schema-related errors.