SchemaException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Database/SchemaException.php
  2. 8.9.x core/lib/Drupal/Core/Database/SchemaException.php
  3. 10 core/lib/Drupal/Core/Database/SchemaException.php

Namespace

Drupal\Core\Database

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

Title Deprecated Summary
SchemaException Base exception for Schema-related errors.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.