phpldapadmin/app/Exceptions/Import/GeneralException.php

7 lines
100 B
PHP

<?php
namespace App\Exceptions\Import;
use Exception;
class GeneralException extends Exception {}