mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Adding documentation for Dispatcher::dispatch throwing exceptions.
This commit is contained in:
parent
a15c4f89b4
commit
caf7668de5
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue