5c2823e3f1
+ improve error handling + youtube-dl update
10 lines
98 B
PHP
10 lines
98 B
PHP
<?php
|
|
|
|
namespace Alltube\Exception;
|
|
|
|
use Exception;
|
|
|
|
class ConfigException extends Exception
|
|
{
|
|
|
|
}
|