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