Files
edx-platform/common/lib/keystore/exceptions.py
2012-06-18 13:21:06 -04:00

12 lines
153 B
Python

"""
Exceptions thrown by KeyStore objects
"""
class ItemNotFoundError(Exception):
pass
class InsufficientSpecificationError(Exception):
pass