Simplify PSR-4 autoload
This commit is contained in:
parent
8eb280bab0
commit
dfdf6fef76
12 changed files with 1 additions and 2 deletions
15
classes/Exception/WrongPasswordException.php
Normal file
15
classes/Exception/WrongPasswordException.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
namespace Alltube\Library\Exception;
|
||||
|
||||
/**
|
||||
* Wrong password.
|
||||
*/
|
||||
class WrongPasswordException extends AlltubeLibraryException
|
||||
{
|
||||
/**
|
||||
* Error message.
|
||||
* @var string
|
||||
*/
|
||||
protected $message = 'Wrong password.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue