alltube/classes/exceptions/ConfigException.php
Pierre Rudloff 5c2823e3f1 Move Video class to a separate library
+ improve error handling
+ youtube-dl update
2020-06-21 15:12:03 +02:00

10 lines
98 B
PHP

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