Source code for memoize.exceptions

"""
[API] Contains exceptions that may be exposed to the library client.
"""


[docs]class CachedMethodFailedException(Exception): pass