ProjectDirectoryDoesNotExistException constructor

const ProjectDirectoryDoesNotExistException(
  1. String path
)

Implementation

const ProjectDirectoryDoesNotExistException(this.path);