cached_exception.py 91 B

1234
  1. class CachedException(Exception):
  2. def __init__(self):
  3. Exception.__init__(self)