alltube-library/classes/Exception/RemuxException.php
2020-07-01 22:56:08 +02:00

10 lines
138 B
PHP

<?php
namespace Alltube\Library\Exception;
/**
* Generic remux exception.
*/
class RemuxException extends AlltubeLibraryException
{
}