yera.exceptions
Base exception hierarchy for user-facing Yera errors.
Raise a subtype from anywhere in the call stack; the CLI launcher catches
YeraError, prints it to stderr, and exits with code 1. Never catch
these inside command bodies for display purposes.
Symbols
YeraError
Inherits:
ExceptionBase for all user-facing Yera errors.