1# http://pyrocko.org - GPLv3 

2# 

3# The Pyrocko Developers, 21st Century 

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

5from __future__ import absolute_import, division 

6 

7 

8class StoreError(Exception): 

9 pass 

10 

11 

12__all__ = ''' 

13StoreError 

14'''.split()