Errors
Early return errors used for propagation.
EarlyOption
Bases: AnyError
The internal error raised by the early
method.
Source code in src/wraps/early/errors.py
17 18 19 20 21 |
|
EarlyResult
The internal error raised by the early
method.
Source code in src/wraps/early/errors.py
24 25 26 27 28 29 30 31 32 33 34 35 |
|
error: E
property
The error to return early.