mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
7 lines
121 B
PHP
Executable File
7 lines
121 B
PHP
Executable File
<?php
|
|
require_once 'src/RaspAP/Exceptions/ExceptionHandler.php';
|
|
|
|
$handler = new RaspAP\Exceptions\ExceptionHandler;
|
|
?>
|
|
|