ContainerException.fileNotFound constructor

ContainerException.fileNotFound(
  1. String path
)

A file on the filesystem is not found.

Implementation

factory ContainerException.fileNotFound(String path) =>
    ContainerException("File not found at `$path`");