Browse Source

Merge pull request #17024 from andrii-pukhalevych/patch-2

Update ExceptionTrap.php
Mark Scherer 3 years ago
parent
commit
8c720af610
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Error/ExceptionTrap.php

+ 1 - 0
src/Error/ExceptionTrap.php

@@ -348,6 +348,7 @@ class ExceptionTrap
             foreach ($this->getConfig('skipLog') as $class) {
                 if ($exception instanceof $class) {
                     $shouldLog = false;
+                    break;
                 }
             }
         }