10 lines
143 B
PHP
10 lines
143 B
PHP
<?php
|
|
|
|
namespace Alltube\Library\Exception;
|
|
|
|
/**
|
|
* Generic youtube-dl error.
|
|
*/
|
|
class YoutubedlException extends AlltubeLibraryException
|
|
{
|
|
}
|