alltube-library/classes/exceptions/PasswordException.php

15 lines
204 B
PHP
Raw Normal View History

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