Exception: Worklog::ProjectNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/project_storage.rb

Overview

Custom error for when a project is not found. This error is raised when a project with a given key does not exist in the project storage. It is used to signal that an operation requiring a project cannot proceed.