StorageException.projectNotFound constructor

StorageException.projectNotFound(
  1. String project
)

Implementation

StorageException.projectNotFound(String project)
    : this('project-not-found', "Project '$project' does not exist.");