Catch error

This commit is contained in:
Dennis Eichhorn 2017-09-06 10:41:21 +02:00
parent a7ed339bfb
commit 312273584b

View File

@ -76,7 +76,7 @@ final class Storage
$env = $env::getInstance();
self::$registered[$stg] = $env;
} catch(\Exception $e) {
} catch(\Throwable $e) {
throw new \Exception();
}
}