You are here

public function NullAdapter::logException in New Relic 2.x

Same name and namespace in other branches
  1. 8 src/ExtensionAdapter/NullAdapter.php \Drupal\new_relic_rpm\ExtensionAdapter\NullAdapter::logException()
  2. 2.0.x src/ExtensionAdapter/NullAdapter.php \Drupal\new_relic_rpm\ExtensionAdapter\NullAdapter::logException()

Logs an exception.

Parameters

\Exception|\Throwable $exception: The exception.

Overrides NewRelicAdapterInterface::logException

File

src/ExtensionAdapter/NullAdapter.php, line 18

Class

NullAdapter
Default new relic adapter.

Namespace

Drupal\new_relic_rpm\ExtensionAdapter

Code

public function logException($exception) {
}