diff --git a/System/File/Storage.php b/System/File/Storage.php index 8309de2f1..6807dbd39 100644 --- a/System/File/Storage.php +++ b/System/File/Storage.php @@ -76,7 +76,7 @@ final class Storage $env = $env::getInstance(); self::$registered[$stg] = $env; - } catch(\Exception $e) { + } catch(\Throwable $e) { throw new \Exception(); } }