InvalidPathError constructor
InvalidPathError(
- String path
Creates a new InvalidPathError for the given path.
Implementation
InvalidPathError(this.path);
Creates a new InvalidPathError for the given path.
InvalidPathError(this.path);