error ¶
Classes:
-
CustomExprError–Thrown when a Expr error occurs.
CustomExprError ¶
CustomExprError(
message: SupportsString,
func: FuncExcept,
clips: VideoNode | Sequence[VideoNode],
expr: str | Sequence[str],
fmt: int | None,
opt: bool,
boundary: bool,
**kwargs: Any
)
Bases: CustomRuntimeError, VSObject
Thrown when a Expr error occurs.
Attributes:
Source code in vsexprtools/error.py
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | |