alltube/classes/PasswordException.php

13 lines
171 B
PHP
Raw Normal View History

<?php
/**
2016-10-20 23:03:13 +02:00
* PasswordException class.
*/
namespace Alltube;
/**
2016-10-20 23:03:13 +02:00
* Exception thrown when a video requires a password.
*/
class PasswordException extends \Exception
{
}