alltube/classes/Exception/ConfigException.php

14 lines
160 B
PHP

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