End Exit Call
Marks the end of an exit call.
Format
void appdynamics_end_exit_call(ADExitCall $exitCall, $exception = null)
Parameters
$exitCall
: An object representing the exit call to be ended, and returned
from its appdynamics_begin_exit_call()
.
$exception
: An exception object—either Exception class or one derived from
it—specifying if an error occurred during the exit call.