do not escape exception message

This commit is contained in:
ghost 2024-05-01 02:15:03 +03:00
parent 907fb62a7d
commit ec9c474c2a

View File

@ -354,7 +354,7 @@ class Ratchet implements MessageComponentInterface
(string) date('c'),
(string) $connection->remoteAddress,
(string) $connection->resourceId,
(string) str_replace('%', '%%', $exception->getMessage())
(string) $exception->getMessage()
],
$this->_config->nps->event->error->debug->template
) . PHP_EOL