ContainerException.resourceNotFound constructor

ContainerException.resourceNotFound(
  1. String path
)

A resource contained in the Container is not found.

Implementation

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