1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-23 07:16:40 +02:00
alltube/classes/Exception/ConfigException.php

14 lines
160 B
PHP
Raw Permalink Normal View History

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