alltube-library/classes/Exception/AlltubeLibraryException.php

14 lines
169 B
PHP
Raw Normal View History

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