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

class YeraError — Base for all user-facing Yera errors.

YeraError

Inherits: Exception

Base for all user-facing Yera errors.