Lint
This commit is contained in:
parent
c0442f6ce6
commit
811e476402
4 changed files with 8 additions and 4 deletions
|
@ -12,7 +12,8 @@ namespace Alltube\Library\Exception;
|
|||
class EmptyUrlException extends AlltubeLibraryException
|
||||
{
|
||||
/**
|
||||
* @var string Error message
|
||||
* Error message.
|
||||
* @var string
|
||||
*/
|
||||
protected $message = 'youtube-dl returned an empty URL.';
|
||||
}
|
||||
|
|
|
@ -8,7 +8,8 @@ namespace Alltube\Library\Exception;
|
|||
class PlaylistConversionException extends AlltubeLibraryException
|
||||
{
|
||||
/**
|
||||
* @var string Error message
|
||||
* Error message.
|
||||
* @var string
|
||||
*/
|
||||
protected $message = 'Conversion of playlists is not supported.';
|
||||
}
|
||||
|
|
|
@ -8,7 +8,8 @@ namespace Alltube\Library\Exception;
|
|||
class PopenStreamException extends AlltubeLibraryException
|
||||
{
|
||||
/**
|
||||
* @var string Error message
|
||||
* Error message.
|
||||
* @var string
|
||||
*/
|
||||
protected $message = 'Could not open popen stream.';
|
||||
}
|
||||
|
|
|
@ -8,7 +8,8 @@ namespace Alltube\Library\Exception;
|
|||
class WrongPasswordException extends AlltubeLibraryException
|
||||
{
|
||||
/**
|
||||
* @var string Error message.
|
||||
* Error message.
|
||||
* @var string
|
||||
*/
|
||||
protected $message = 'Wrong password.';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue