TaskNotCreatedException
data class TaskNotCreatedException(planId: UUID, val message: String = "Task not created for Plan --- ") : TaskException
Exception thrown when a task cannot be created for a specific plan.
Exception thrown when a task cannot be created for a specific plan.