alltube/classes/PasswordException.php
Pierre Rudloff d4f5f93c2d Lint
2016-12-05 13:12:27 +01:00

13 lines
172 B
PHP

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