10 lines
138 B
PHP
10 lines
138 B
PHP
<?php
|
|
|
|
namespace Alltube\Library\Exception;
|
|
|
|
/**
|
|
* Generic remux exception.
|
|
*/
|
|
class RemuxException extends AlltubeLibraryException
|
|
{
|
|
}
|