3181d826375c514e2c7a22ead04e886b250e3fe3
[yaffs-website] / web / core / lib / Drupal / Core / Database / SchemaException.php
1 <?php
2
3 namespace Drupal\Core\Database;
4
5 /**
6  * Base exception for Schema-related errors.
7  */
8 class SchemaException extends \RuntimeException implements DatabaseException {}