diff --git a/src/Service/MinioService.php b/src/Service/MinioService.php index c3cffd6..ec0e494 100755 --- a/src/Service/MinioService.php +++ b/src/Service/MinioService.php @@ -265,7 +265,7 @@ class MinioService ]); } } catch (Exception $e) { - throw new Exception(self::ERR_UNAVAILABLE); + //throw new Exception(self::ERR_UNAVAILABLE); } } }