raspap-webgui-mirror/includes/exceptions.php

7 lines
121 B
PHP
Executable file

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