Merge pull request #1430 from mailpoet/improve-errors

Improve error reporting for MSS sending [MAILPOET-1445]
This commit is contained in:
Michelle Shull
2018-07-23 11:16:53 -04:00
committed by GitHub
7 changed files with 217 additions and 17 deletions

View File

@@ -128,4 +128,4 @@ class Daemon {
function terminateRequest($message = false) {
die($message);
}
}
}