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