ContainerException.fileNotFound constructor
ContainerException.fileNotFound(
- String path
A file on the filesystem is not found.
Implementation
factory ContainerException.fileNotFound(String path) =>
ContainerException("File not found at `$path`");