Wrong parameters for Http_Exception_404([string $message [, long $code [, Throwable $previous = NULL]]])

Error [ 0 ]: Wrong parameters for Http_Exception_404([string $message [, long $code [, Throwable $previous = NULL]]])

SYSPATH/classes/kohana/request.php [ 696 ]

691 
692 				return;
693 			}
694 
695 			throw new Http_Exception_404('Unable to find a route to match the URI: :uri',
696 				array(':uri' => $uri));
697 		}
698 		else
699 		{
700 			// Store the URI
701 			$this->_uri = $uri;
  1. SYSPATH/classes/kohana/request.php [ 696 ] » Error->__construct(arguments)

  2. SYSPATH/classes/kohana/request.php [ 155 ] » Kohana_Request->__construct(arguments)

  3. /index.php [ 109 ] » Kohana_Request::factory()

Environment