phpldapadmin/app/Exceptions/Import/VersionException.php

7 lines
100 B
PHP
Raw Normal View History

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