Files
edx-platform/cms/lib/keystore/exceptions.py

8 lines
93 B
Python

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