exception documentation

class UnsupportedAction(Exception): (source)

View In Hierarchy

Raised by set_option when it doesn't know what to do for an action.

Method __init__ Undocumented
def __init__(self, *args: object): (source)

Undocumented