SchemaException.php 173 B

12345678
  1. <?php
  2. namespace Drupal\Core\Database;
  3. /**
  4. * Base exception for Schema-related errors.
  5. */
  6. class SchemaException extends \RuntimeException implements DatabaseException {}