You are here

public function DebuggerInterface::logFailedRequest in Acquia Purge 8

Log the given failure with as much info as possible.

Parameters

\Exception $exception: The exception thrown in the request execution code path.

1 method overrides DebuggerInterface::logFailedRequest()
Debugger::logFailedRequest in src/Plugin/Purge/Purger/Debugger.php
Log the given failure with as much info as possible.

File

src/Plugin/Purge/Purger/DebuggerInterface.php, line 95

Class

DebuggerInterface
Describes a centralized debugger for Acquia purger plugins.

Namespace

Drupal\acquia_purge\Plugin\Purge\Purger

Code

public function logFailedRequest(\Exception $exception);