1# http://pyrocko.org - GPLv3 

2# 

3# The Pyrocko Developers, 21st Century 

4# ---|P------/S----------~Lg---------- 

5 

6class StoreError(Exception): 

7 pass 

8 

9 

10__all__ = ''' 

11StoreError 

12'''.split()