Route_Exception [ 0 ]: The requested route does not exist "notfound"

/home1/tichenne/public_html/ncca/noah/modules/route/route.php [ 127 ]

122 	 */
123 	public function get($name)
124 	{
125 		if(!isset($this->_routes[$name]))
126 		{
127 			throw new Route_Exception('The requested route does not exist "{route}"',
128 				array('{route}' => $name)
129 			);
130 		}
131 
132 		return $this->_routes[$name];
  1. /home1/tichenne/public_html/ncca/noah/helpers/url.php [ 51 ] » Route->get(arguments)

  2. /home1/tichenne/public_html/ncca/web/wwwroot/index.php [ 43 ] » URL::create(arguments)

环境变量