N°4725 DeprecatedCallsLog::NotifyDeprecatedFile remove throw ConfigException

Those exceptions are handled silently since 3.0.1
This commit is contained in:
Pierre Goiffon
2023-06-14 19:01:50 +02:00
parent 1824111de8
commit 52820925b1

View File

@@ -1180,7 +1180,9 @@ class DeprecatedCallsLog extends LogAPI
}
/**
* @throws \ConfigException
* @since 3.0.1 3.1.0 N°4725 silently handles ConfigException
* @since 3.0.4 3.1.0 N°4725 remove forgotten throw PHPDoc annotation
*
* @link https://www.php.net/debug_backtrace
* @uses \debug_backtrace()
*/