X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FSchemaObjectExistsException.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FSchemaObjectExistsException.php;h=76444e1032f32b194d497328d7c2e53a16e3c9cd;hp=3390b175909250223b6bc568cf2a46d7680c6c39;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 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 {}