class documentation

An internal exception that signals a usage error. This typically aborts any further handling. :param message: the error message to display. :param ctx: optionally the context that caused this error. Click will fill in the context automatically in some situations.

Method __init__ Undocumented
Method show Undocumented
Class Variable exit_code Undocumented
Instance Variable cmd Undocumented
Instance Variable ctx Undocumented

Inherited from ClickException:

Method __str__ Undocumented
Method format_message Undocumented
Instance Variable message Undocumented
def __init__(self, message, ctx=None): (source)
def show(self, file=None): (source)

Undocumented

Parameters
file:t.Optional[t.IO]Undocumented

Undocumented

Undocumented