alltube/classes/Exception/ConfigException.php

11 lines
98 B
PHP

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