phpldapadmin/app/Exceptions/Import/AttributeException.php

7 lines
102 B
PHP

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