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
|
@ -8,7 +8,7 @@ namespace Alltube\Controller;
|
|||
use Alltube\Config;
|
||||
use Alltube\Locale;
|
||||
use Alltube\LocaleManager;
|
||||
use Alltube\PasswordException;
|
||||
use Alltube\Exception\PasswordException;
|
||||
use Alltube\Video;
|
||||
use Exception;
|
||||
use Psr\Container\ContainerInterface;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue