DirectoryNotFoundException constructor

DirectoryNotFoundException(
  1. String path
)

Creates a directory not found exception.

Implementation

DirectoryNotFoundException(this.path) : super('Directory not found: $path');