UsageError#
- exception phalanx.exceptions.UsageError#
Bases:
ExceptionAn error that should be printed to standard error without a backtrace.
Usage errors are caught by the CLI and turned into
click.UsageErrorwithout the backtrace. Use this as a base class for user errors and configuration errors where the backtrace is not useful.