X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FSchemaObjectDoesNotExistException.php;h=f12eb04377785612e06c428617b5084a8d7b685e;hb=refs%2Fheads%2Fd864;hp=b2af58413af09eb24fcbcc7d2d847871835e3a8a;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php b/web/core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php index b2af58413..f12eb0437 100644 --- a/web/core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php +++ b/web/core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php @@ -9,4 +9,4 @@ namespace Drupal\Core\Database; * modify a database table, field, or index that does not currently exist in * the database schema. */ -class SchemaObjectDoesNotExistException extends SchemaException implements DatabaseException { } +class SchemaObjectDoesNotExistException extends SchemaException implements DatabaseException {}