alltube-library/classes/exceptions/YoutubedlException.php

11 lines
143 B
PHP
Raw Normal View History

<?php
namespace Alltube\Library\Exception;
/**
* Generic youtube-dl error.
*/
class YoutubedlException extends AlltubeLibraryException
{
}