1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-27 07:35:08 +02:00
alltube/classes/PasswordException.php
Pierre Rudloff d4f5f93c2d Lint
2016-12-05 13:12:27 +01:00

14 lines
172 B
PHP

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