Skip to main content

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.
  • Initializes the ReferenceTaskError with a message.

  • Parameters

    • message: string
      • The error message describing the issue.
  • Return Value: None

    • This method does not return a value.