ContainerException.resourceNotFound constructor
ContainerException.resourceNotFound(
- String path
A resource contained in the Container is not found.
Implementation
factory ContainerException.resourceNotFound(String path) =>
ContainerException("Resource not found at `$path`");