Hi there.
try {
throw new \RuntimeException('Not yet implemented.');
} catch (\Throwable $exception) {
$this->logger->error('User could not be registered.', [
'exception' => $exception,
]);
}
The above Rollbar logged event message is : Not yet implemented.
It should be User could not be registered.
Hi there.
The above Rollbar logged event message is :
Not yet implemented.It should be
User could not be registered.