projects
/
nominatim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove support for AUX housenumber tables
[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
"""