exceptions¶
- class DebugException(message: str)[source]¶
Bases:
ExceptionRepresent an exception enriched with debugging details.
- class InstructionNotFoundException(text: str)[source]¶
Bases:
ExceptionRepresent a failure to resolve an instruction.
- class InstructionWithIdNotFoundException(instruction_id: int)[source]¶
Bases:
InstructionNotFoundExceptionRepresent a failure to resolve an instruction by identifier.
- class InstructionWithNameNotFoundException(instruction_name: str)[source]¶
Bases:
InstructionNotFoundExceptionRepresent a failure to resolve an instruction by name.