ReferenceTaskError
This error is raised when the user tries to access a task that does not exist.
Constructors
-
This error is raised when the user tries to access a task that does not exist.
-
Parameters
- message: string
- The error message indicating that the task does not exist.
- message: string
-
Initializes the ReferenceTaskError with a message.
-
Parameters
- message: string
- The error message describing the issue.
- message: string
-
Return Value: None
- This method does not return a value.