alltube-library/classes/Exception/PasswordException.php

15 lines
204 B
PHP
Raw Permalink Normal View History

<?php
/**
* PasswordException class.
*/
namespace Alltube\Library\Exception;
/**
* Exception thrown when a video requires a password.
*/
class PasswordException extends AlltubeLibraryException
{
}