alltube-library/classes/exceptions/RemuxException.php

11 lines
138 B
PHP
Raw Normal View History

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