Exemple #1
0
 /**
  * Constructor
  *
  * @param Exception $exception
  */
 public function __construct(Exception $exception)
 {
     parent::__construct('onUncaughtException', array('exception' => $exception));
 }