Simplify PSR-4 autoload
This commit is contained in:
parent
8eb280bab0
commit
dfdf6fef76
12 changed files with 1 additions and 2 deletions
|
@ -1,19 +0,0 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* EmptyUrlException class.
|
||||
*/
|
||||
|
||||
namespace Alltube\Library\Exception;
|
||||
|
||||
/**
|
||||
* Exception thrown when youtube-dl returns an empty URL.
|
||||
*/
|
||||
class EmptyUrlException extends AlltubeLibraryException
|
||||
{
|
||||
/**
|
||||
* Error message.
|
||||
* @var string
|
||||
*/
|
||||
protected $message = 'youtube-dl returned an empty URL.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue