diff --git a/cake/dispatcher.php b/cake/dispatcher.php index ebfbf3bcd14..952ba893e20 100644 --- a/cake/dispatcher.php +++ b/cake/dispatcher.php @@ -92,6 +92,8 @@ public function __construct($url = null, $base = false) { * @param string $url URL information to work on * @param array $additionalParams Settings array ("bare", "return") which is melded with the GET and POST params * @return boolean Success + * @throws MissingControllerException, MissingActionException, PrivateActionException if any of those error states + * are encountered. */ public function dispatch($url = null, $additionalParams = array()) { if ($this->base === false) {