Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding documentation for Dispatcher::dispatch throwing exceptions.
  • Loading branch information
markstory committed Aug 28, 2010
1 parent a15c4f8 commit caf7668
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cake/dispatcher.php
Expand Up @@ -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) {
Expand Down

0 comments on commit caf7668

Please sign in to comment.