mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
6 lines
121 B
PHP
Executable file
6 lines
121 B
PHP
Executable file
<?php
|
|
require_once 'src/RaspAP/Exceptions/ExceptionHandler.php';
|
|
|
|
$handler = new RaspAP\Exceptions\ExceptionHandler;
|
|
?>
|
|
|