alltube/classes/Exception/ConfigException.php
2020-07-01 22:52:22 +02:00

10 lines
98 B
PHP

<?php
namespace Alltube\Exception;
use Exception;
class ConfigException extends Exception
{
}