exception documentation

class SynchronousOnlyOperation(Exception): (source)

View In Hierarchy

The user tried to call a sync-only function from an async context.