raspap-webgui-mirror/includes/exceptions.php

7 lines
121 B
PHP
Raw Permalink Normal View History

2023-12-22 23:15:36 +00:00
<?php
require_once 'src/RaspAP/Exceptions/ExceptionHandler.php';
$handler = new RaspAP\Exceptions\ExceptionHandler;
2023-12-22 23:15:36 +00:00
?>