Docs

evf_caught_exception( Exception $exception_object, string $function = '', array $args = array() )

When catching an exception, this allows us to log it if unexpected.

Parameters

$exception_objectExceptionrequired
The exception object.
$functionstringoptional
The function which threw exception.

Default:''

$argsarrayoptional
The args passed to the function.

Default:array()

Changelog

VersionDescription
1.0.0Introduced.