refactor: Move exceptions and streams to seperate namespaces
This commit is contained in:
parent
1a6ff90eac
commit
e13404903b
11 changed files with 24 additions and 14 deletions
|
@ -5,6 +5,8 @@
|
|||
|
||||
namespace Alltube;
|
||||
|
||||
use Alltube\Exception\EmptyUrlException;
|
||||
use Alltube\Exception\PasswordException;
|
||||
use Exception;
|
||||
use GuzzleHttp\Client;
|
||||
use GuzzleHttp\Psr7\Response;
|
||||
|
@ -65,6 +67,7 @@ class Video
|
|||
|
||||
/**
|
||||
* URLs of the video files.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private $urls;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue