NoAppException
Raised if an application cannot be found or loaded.
Constructor
Signature
def NoAppException(
message: string,
ctx: click.Context = None
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The error message to display. |
| ctx | click.Context = None | The click context object. |
Signature
def NoAppException(
message: string,
ctx: click.Context = None
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The error message explaining why the application could not be located or loaded |
| ctx | click.Context = None | The Click context object associated with the current command execution |