alltube/classes/Exception/ConfigException.php
2020-07-15 23:05:41 +02:00

14 lines
161 B
PHP

<?php
namespace Alltube\Exception;
use Exception;
/**
* Class ConfigException
* @package Alltube\Exception
*/
class ConfigException extends Exception
{
}