True Myth / task / TaskExecutorException
Class: TaskExecutorException
The error thrown when an error is thrown in the executor passed to Task.constructor
. This error class exists so it is clear exactly what went wrong in that case.
Extends
Error
Constructors
Constructor
new TaskExecutorException(
originalError
):TaskExecutorException
Parameters
originalError
unknown
Returns
TaskExecutorException
Overrides
Error.constructor
Properties
cause?
optional
cause:unknown
Inherited from
Error.cause
message
message:
string
Inherited from
Error.message
name
name:
string
='TrueMyth.Task.ThrowingExecutor'
Overrides
Error.name
stack?
optional
stack:string
Inherited from
Error.stack