SchemaException.php

Definition of Drupal\Core\Database\SchemaException

Namespace

Drupal\Core\Database

File

drupal/core/lib/Drupal/Core/Database/SchemaException.php
View source
<?php

/**
 * @file
 * Definition of Drupal\Core\Database\SchemaException
 */
namespace Drupal\Core\Database;

use RuntimeException;

/**
 * Base exception for Schema-related errors.
 */
class SchemaException extends RuntimeException implements DatabaseException {

}

Classes

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