Files
edx-platform/cms/lib/keystore/exceptions.py
2012-06-21 10:59:42 -04:00

12 lines
153 B
Python

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