Files
raspap-webgui/includes/exceptions.php
2023-12-27 05:35:03 +00:00

7 lines
121 B
PHP
Executable File

<?php
require_once 'src/RaspAP/Exceptions/ExceptionHandler.php';
$handler = new RaspAP\Exceptions\ExceptionHandler;
?>