SchemaDefinitionException.php

Same filename and directory in other branches
  1. 11.x core/lib/Drupal/Core/Database/Exception/SchemaDefinitionException.php

Namespace

Drupal\Core\Database\Exception

File

core/lib/Drupal/Core/Database/Exception/SchemaDefinitionException.php

View source
<?php

namespace Drupal\Core\Database\Exception;

use Drupal\Core\Database\DatabaseException;
use Drupal\Core\Database\SchemaException;

/**
 * Exception thrown by the Schema Definition API.
 */
class SchemaDefinitionException extends SchemaException implements DatabaseException {

}

Classes

Title Deprecated Summary
SchemaDefinitionException Exception thrown by the Schema Definition API.

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