YOURLS/includes/Exceptions/ConfigException.php
Léo Colombaro c8ad874cdf strict psr-4 structure
flat yourls packages
ref http://www.php-fig.org/psr/psr-4/
2017-11-28 19:16:01 +01:00

6 lines
81 B
PHP

<?php
namespace YOURLS\Exceptions;
class ConfigException extends \Exception {}