Simplify PSR-4 autoload
This commit is contained in:
parent
8eb280bab0
commit
dfdf6fef76
12 changed files with 1 additions and 2 deletions
14
classes/Exception/PasswordException.php
Normal file
14
classes/Exception/PasswordException.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* PasswordException class.
|
||||
*/
|
||||
|
||||
namespace Alltube\Library\Exception;
|
||||
|
||||
/**
|
||||
* Exception thrown when a video requires a password.
|
||||
*/
|
||||
class PasswordException extends AlltubeLibraryException
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue