alltube/classes/PasswordException.php

14 lines
170 B
PHP
Raw Normal View History

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