diff options
Diffstat (limited to 'lib/Logger.php')
-rw-r--r-- | lib/Logger.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Logger.php b/lib/Logger.php index dcd945e3..740364af 100644 --- a/lib/Logger.php +++ b/lib/Logger.php @@ -34,6 +34,7 @@ final class Logger 'Exception InvalidArgumentException: Format name invalid!', 'Exception InvalidArgumentException: Unknown format given!', 'Exception InvalidArgumentException: Bridge name invalid!', + 'Exception Exception: twitter: No results for this query', ]; foreach ($ignoredExceptions as $ignoredException) { if (str_starts_with($context['message'], $ignoredException)) { |