Skip to content

Exceptions

FuelExhaustedError

Bases: InterpreterError

An error raised when the interpreter runs out of fuel.

InterpreterError

Bases: Exception

Generic interpreter error.

This is the base class for all interpreter errors.