Runtime Error
data class RuntimeError(value: String, manimObject: MObject, lineNumber: Int) : ExecValue
Content copied to clipboard
Runtime Error Execution Value Class
Constructors
RuntimeError
Link copied to clipboard
fun RuntimeError(value: String, manimObject: MObject = EmptyMObject, lineNumber: Int)
Content copied to clipboard
: Creates a new Runtime Error for safe handling.
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
toInterpolatedString
Link copied to clipboard