We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe499f commit 12609cdCopy full SHA for 12609cd
index.php
@@ -15,5 +15,5 @@
15
$sendNotifyAction = new SendNotifyAction();
16
$sendNotifyAction();
17
} catch (GuzzleException $e) {
18
- error_log($e->getMessage());
+ error_log('\nError: ' . $e->getMessage());
19
}
0 commit comments