YOURLS/includes/Exceptions/ConfigException.php

6 lines
81 B
PHP
Raw Permalink Normal View History

2017-09-18 22:54:26 +02:00
<?php
namespace YOURLS\Exceptions;
class ConfigException extends \Exception {}