X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FSchemaException.php;h=3181d826375c514e2c7a22ead04e886b250e3fe3;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=1106a6a4a975359e00a3ff6b3c3ad4509bccdec2;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Database/SchemaException.php b/web/core/lib/Drupal/Core/Database/SchemaException.php index 1106a6a4a..3181d8263 100644 --- a/web/core/lib/Drupal/Core/Database/SchemaException.php +++ b/web/core/lib/Drupal/Core/Database/SchemaException.php @@ -5,4 +5,4 @@ namespace Drupal\Core\Database; /** * Base exception for Schema-related errors. */ -class SchemaException extends \RuntimeException implements DatabaseException { } +class SchemaException extends \RuntimeException implements DatabaseException {}