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

13 lines
169 B
PHP

<?php
namespace Alltube\Library\Exception;
use Exception;
/**
* Base class for Alltube exceptions.
*/
abstract class AlltubeLibraryException extends Exception
{
}