Skip to content

Exceptions¤

Instro exception classes.

InstroError ¤

Bases: Exception

Base Instro error.

FeatureNotSupportedError ¤

Bases: InstroError

Unsupported feature error.

InstrumentNotOpenError ¤

Bases: InstroError

Raised when an instrument method is called before open().

UnknownHolderError ¤

Bases: InstroError

Raised when a transport is closed with an object that never opened it.