Skip to content

BytecodeError

Raised on bytecode verification errors.

BytecodeError is sealed: it is raised only by bytecode verification, and can be neither constructed nor subclassed.

Inherits from: RuntimeError