]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/errors.py
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / nominatim / errors.py
index 80181aba48cd7c3f55fbd057b39e4553944d403e..26752aa2a52c4930abdc1b24c9eb29b441e5174a 100644 (file)
@@ -1,3 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# This file is part of Nominatim. (https://nominatim.org)
+#
+# Copyright (C) 2022 by the Nominatim developer community.
+# For a full list of authors see the git log.
 """
 Custom exception and error classes for Nominatim.
 """
@@ -6,4 +12,3 @@ class UsageError(Exception):
     """ An error raised because of bad user input. This error will usually
         not cause a stack trace to be printed unless debugging is enabled.
     """
-    pass