From 558c70ffd8ce7417016f0d645074dc541a16dba8 Mon Sep 17 00:00:00 2001 From: afornerot Date: Thu, 16 Feb 2023 17:11:16 +0100 Subject: [PATCH] svg --- src/Service/MinioService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } }