File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,13 @@ public function shouldSend(): bool
330330 $ this ->load ('logs ' );
331331
332332 return $ this ->configurationsPasses () && $ this ->whenPasses () && $ this ->eventsPasses ();
333+ <<<<<<< Updated upstream
333334 } catch (Exception | Throwable) {
335+ =======
336+ } catch (Exception |Throwable $ e ) {
337+ $ this ->markAsFailed ($ e ->getMessage ());
338+
339+ >>>>>>> Stashed changes
334340 return false ;
335341 }
336342 }
@@ -353,7 +359,12 @@ public function execute(bool $now = false): void
353359 dispatch (new SendMailJob ($ this ));
354360 }
355361 }
362+ <<<<<<< Updated upstream
356363 } catch (Exception | Throwable) {
364+ =======
365+ } catch (Exception |Throwable $ e ) {
366+ $ this ->markAsFailed ($ e ->getMessage ());
367+ >>>>>>> Stashed changes
357368 }
358369 }
359370
You can’t perform that action at this time.
0 commit comments