phpldapadmin/app/Exceptions/InvalidUsage.php

11 lines
98 B
PHP
Raw Permalink Normal View History

2023-02-14 10:38:42 +00:00
<?php
namespace App\Exceptions;
use Exception;
class InvalidUsage extends Exception
{
//
}