Adding documentation for Dispatcher::dispatch throwing exceptions.

This commit is contained in:
mark_story 2010-08-27 23:04:09 -04:00
parent a15c4f89b4
commit caf7668de5

View file

@ -92,6 +92,8 @@ class Dispatcher extends Object {
* @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) {