Fix php 5.6 issue
This commit is contained in:
@@ -69,7 +69,7 @@ class LogManager
|
||||
return $this->logCollector;
|
||||
}
|
||||
|
||||
public function notifyException(\Throwable $error)
|
||||
public function notifyException($error)
|
||||
{
|
||||
if ($this->isNewRelicActive()) {
|
||||
newrelic_notice_error(sprintf('(client=%s) %s', CLIENT_NAME, $error->getMessage()), $error);
|
||||
|
||||
Reference in New Issue
Block a user