MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / InterpreterError

Class InterpreterError

camel/interpreters/interpreter_error.py:16–19  ·  view source on GitHub ↗

r"""Exception raised for errors that can be solved by regenerating code

Source from the content-addressed store, hash-verified

14
15# TODO: Do we need a file to store this error class?
16class InterpreterError(Exception):
17 r"""Exception raised for errors that can be solved by regenerating code"""
18
19 pass

Callers 15

runMethod · 0.90
runMethod · 0.90
_check_code_typeMethod · 0.90
_executeMethod · 0.90
runMethod · 0.90
_initialize_if_neededMethod · 0.90
runMethod · 0.90
_check_code_typeMethod · 0.90
runMethod · 0.90
executeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected