diff --git a/podmanImageManager.php b/podmanImageManager.php index 433658b..c0e3811 100644 --- a/podmanImageManager.php +++ b/podmanImageManager.php @@ -227,6 +227,6 @@ class podmanImageManager implements podmanImageManagerInterface return file_put_contents( $CacheDIr . "/".$name, serialize( $Object ) ); } else - throw new \Exception("Image cache directory does not exist and could not create"); + return false; //TODO lets make cache work via like a central storage folder or something per user } } \ No newline at end of file