902 */
903
904 /**
905 * Notify plugins of router startup
906 */
907 $this->_plugins->routeStartup($this->_request);
908
909 try {
910 $router->route($this->_request);
911 } catch (Exception $e) {
912 if ($this->throwExceptions()) {