| Total Complexity | 3 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | class App |
||
| 26 | { |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Starts the app |
||
| 30 | * @throws \Quantum\Exceptions\ControllerException |
||
| 31 | * @throws \Quantum\Exceptions\CsrfException |
||
| 32 | * @throws \Quantum\Exceptions\DiException |
||
| 33 | * @throws \Quantum\Exceptions\EnvException |
||
| 34 | * @throws \Quantum\Exceptions\HookException |
||
| 35 | * @throws \Quantum\Exceptions\LangException |
||
| 36 | * @throws \Quantum\Exceptions\LoaderException |
||
| 37 | * @throws \Quantum\Exceptions\MiddlewareException |
||
| 38 | * @throws \Quantum\Exceptions\ModuleLoaderException |
||
| 39 | * @throws \Quantum\Exceptions\RouteException |
||
| 40 | * @throws \Quantum\Exceptions\ViewException |
||
| 41 | * @throws \ReflectionException |
||
| 42 | * @throws \ErrorException |
||
| 43 | */ |
||
| 44 | public static function start() |
||
| 53 | } |
||
| 54 | |||
| 55 | public static function loadCoreFunctions() |
||
| 62 | } |