mirror of
https://github.com/kevachat/npsapp.git
synced 2025-01-15 09:30:00 +00:00
do not escape exception message
This commit is contained in:
parent
907fb62a7d
commit
ec9c474c2a
@ -354,7 +354,7 @@ class Ratchet implements MessageComponentInterface
|
|||||||
(string) date('c'),
|
(string) date('c'),
|
||||||
(string) $connection->remoteAddress,
|
(string) $connection->remoteAddress,
|
||||||
(string) $connection->resourceId,
|
(string) $connection->resourceId,
|
||||||
(string) str_replace('%', '%%', $exception->getMessage())
|
(string) $exception->getMessage()
|
||||||
],
|
],
|
||||||
$this->_config->nps->event->error->debug->template
|
$this->_config->nps->event->error->debug->template
|
||||||
) . PHP_EOL
|
) . PHP_EOL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user