phpldapadmin/app/Exceptions/Import/ObjectExistsException.php

7 lines
105 B
PHP
Raw Permalink Normal View History

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