Files
SOP.wtf/includes/Exceptions/ConfigException.php
2022-10-30 14:32:20 -07:00

6 lines
81 B
PHP

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