StorageException.objectNotFound constructor

StorageException.objectNotFound(
  1. String path
)

Implementation

StorageException.objectNotFound(String path)
    : this('object-not-found', "Object '$path' does not exist.");