X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FSchemaObjectExistsException.php;h=76444e1032f32b194d497328d7c2e53a16e3c9cd;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=3390b175909250223b6bc568cf2a46d7680c6c39;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Database/SchemaObjectExistsException.php b/web/core/lib/Drupal/Core/Database/SchemaObjectExistsException.php index 3390b1759..76444e103 100644 --- a/web/core/lib/Drupal/Core/Database/SchemaObjectExistsException.php +++ b/web/core/lib/Drupal/Core/Database/SchemaObjectExistsException.php @@ -9,4 +9,4 @@ namespace Drupal\Core\Database; * create a new database table, field, or index that already exists in the * database schema. */ -class SchemaObjectExistsException extends SchemaException implements DatabaseException { } +class SchemaObjectExistsException extends SchemaException implements DatabaseException {}