1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-04-22 18:08:59 +02:00
RaspAP/includes/exceptions.php

7 lines
121 B
PHP
Executable File

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