Ejemplo n.º 1
0
 /**
  * Constructor
  *
  * Accept a target and its parameters.
  *
  * @param  string $name
  * @param  StorageInterface $storage
  * @param  ArrayObject $params
  * @param  mixed $result
  * @param  Exception $exception
  */
 public function __construct($name, StorageInterface $storage, ArrayObject $params, &$result, Exception $exception)
 {
     parent::__construct($name, $storage, $params, $result);
     $this->setException($exception);
 }