X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e629a175ed0a1c54398622251f56d56baeef768f..b5ac5462752bae0209f9fb255fe98b82e6016873:/nominatim/errors.py diff --git a/nominatim/errors.py b/nominatim/errors.py index 80181aba..26752aa2 100644 --- a/nominatim/errors.py +++ b/nominatim/errors.py @@ -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