Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
lucas
/
modelverse
forked from
yentl/modelverse
Watch
1
Star
0
Fork
0
Files
Tree:
f167581c21
Branches
Tags
DEVS
debugging
live_modelling
master
pn_debugging
testing
modelverse
/
interface
/
HUTN
/
hutn_compiler
/
cached_exception.py
cached_exception.py
91 B
History
Raw
1
2
3
4
class CachedException(Exception):
def __init__(self):
Exception.__init__(self)