SproutCMS

This is the code documentation for the SproutCMS project

function exceptionHandler()

Exception and error handling for worker jobs

Usage

void Worker::exceptionHandler ( mixed $exception [, mixed $message [, mixed $file [, mixed $line ]]] );

Arguments

  1. $exception
  2. $message = NULL
  3. $file = NULL
  4. $line = NULL

Return value

  • void