]> git.openstreetmap.org Git - nominatim.git/blob - nominatim/errors.py
Merge pull request #2369 from lonvia/exclude-poi-from-housenumber-search
[nominatim.git] / nominatim / errors.py
1 """
2 Custom exception and error classes for Nominatim.
3 """
4
5 class UsageError(Exception):
6     """ An error raised because of bad user input. This error will usually
7         not cause a stack trace to be printed unless debugging is enabled.
8     """