]> git.openstreetmap.org Git - nominatim.git/blob - nominatim/errors.py
Ported tiger-data-import to python and Added Tarball Support
[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     """