don't report exception chat messages
This commit is contained in:
parent
fedf1710a2
commit
55cc74ec84
@ -152,7 +152,6 @@ class Chat {
|
||||
*/
|
||||
public function sendException(\Exception $exception, $login = null) {
|
||||
$message = "Exception occurred: '{$exception->getMessage()}' ({$exception->getCode()})";
|
||||
$this->maniaControl->errorHandler->triggerDebugNotice($message);
|
||||
return $this->sendError($message, $login);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user