diff options
Diffstat (limited to 'lib/Logger.php')
-rw-r--r-- | lib/Logger.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Logger.php b/lib/Logger.php index 3f4f1034..0b01c07f 100644 --- a/lib/Logger.php +++ b/lib/Logger.php @@ -38,7 +38,12 @@ final class Logger 'Exception InvalidArgumentException: Format name invalid', 'Exception InvalidArgumentException: Unknown format given', 'Exception InvalidArgumentException: Bridge name invalid', + 'Exception Exception: Invalid action', 'Exception Exception: twitter: No results for this query', + // telegram + 'Exception Exception: Unable to find channel. The channel is non-existing or non-public', + // fb + 'Exception Exception: This group is not public! RSS-Bridge only supports public groups!', ]; foreach ($ignoredExceptions as $ignoredException) { if (str_starts_with($context['message'], $ignoredException)) { |