Constructor.
ControllerResolverInterface $resolver A ControllerResolverInterface instance:
Stopwatch $stopwatch A Stopwatch instance:
public function __construct(ControllerResolverInterface $resolver, Stopwatch $stopwatch) {
$this->resolver = $resolver;
$this->stopwatch = $stopwatch;
}