diff --git a/src/classes/options.php b/src/classes/options.php index 2185b4ec..ed67447f 100644 --- a/src/classes/options.php +++ b/src/classes/options.php @@ -33,7 +33,7 @@ class Options $value = $option['value'] ?? ''; } catch (\Throwable $th) { - throw $th; + /** Option does not exist */ } return $value;