diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Configuration.php | 2 | ||||
-rw-r--r-- | lib/RssBridge.php | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/Configuration.php b/lib/Configuration.php index 7ef97fa7..c38d7cc9 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -19,7 +19,7 @@ */ final class Configuration { - private const VERSION = 'dev.2023-07-11'; + private const VERSION = '2023-09-24'; private static $config = []; diff --git a/lib/RssBridge.php b/lib/RssBridge.php index da093cab..6ba952eb 100644 --- a/lib/RssBridge.php +++ b/lib/RssBridge.php @@ -30,6 +30,8 @@ final class RssBridge if ((error_reporting() & $code) === 0) { return false; } + // In the future, uncomment this: + //throw new \ErrorException($message, 0, $code, $file, $line); $text = sprintf( '%s at %s line %s', sanitize_root($message), |