mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Adding RuntimeException classes for Dispatcher.
This commit is contained in:
parent
1e6064ceae
commit
1980c924b9
1 changed files with 7 additions and 0 deletions
|
@ -657,3 +657,10 @@ class Dispatcher extends Object {
|
|||
header($header);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Runtime Exceptions for dispatcher.
|
||||
*/
|
||||
class MissingControllerException extends RuntimeException {}
|
||||
class MissingActionException extends RuntimeException {}
|
||||
class PrivateActionException extends RuntimeException {}
|
||||
|
|
Loading…
Add table
Reference in a new issue