Source code for pyrocko.gf.error
# http://pyrocko.org - GPLv3
#
# The Pyrocko Developers, 21st Century
# ---|P------/S----------~Lg----------
'''
Exception definitions.
'''
[docs]class StoreError(Exception):
'''
Raised for errors occurring in the Pyrocko GF framework.
'''
pass
__all__ = '''
StoreError
'''.split()