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?
optionalcause?:unknown
Inherited from
Error.cause
message
message:
string
Inherited from
Error.message
name
name:
string='TrueMyth.Task.ThrowingExecutor'
Overrides
Error.name
stack?
optionalstack?:string
Inherited from
Error.stack