ControllerException
ControllerException is thrown when a requested Controller implementation doesn’t exist.
Synopsis
Section titled “Synopsis”class ControllerException extends QuioteException
| Extends | QuioteException |
| Since | 1.0.0 |
| Source | Exception/ControllerException.php |
Inherited methods
Section titled “Inherited methods”These come from an ancestor and are documented where they are declared.
| Method | Declared in | Description |
|---|---|---|
getCode() | Exception | |
getFile() | Exception | |
getLine() | Exception | |
getMessage() | Exception | |
getOriginalCode() | QuioteException | Returns the original code, which may be a string (e.g. |
getPrevious() | Exception | |
getTrace() | Exception | |
getTraceAsString() | Exception |