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
, vs_object
Thrown when a Expr error occurs.
Attributes:
Source code in vsexprtools/error.py
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
|