Exceptions

class qtrio.QTrioException

Base exception for all QTrio exceptions.

class qtrio.NoOutcomesError

Raised if you try to unwrap a qtrio.Outcomes which has no outcomes.

class qtrio.RegisterEventTypeError

Raised if the attempt to register a new event type fails.

class qtrio.ReturnCodeError

Wraps a QApplication return code as an exception.