@@ -10,7 +10,6 @@ |
||
| 10 | 10 | use Deployer\Collection\PersistentCollection; |
| 11 | 11 | use Deployer\Deployer; |
| 12 | 12 | use Deployer\Exception\GracefulShutdownException; |
| 13 | -use Deployer\Exception\NonFatalException; |
|
| 14 | 13 | use Deployer\Task\Context; |
| 15 | 14 | use Symfony\Component\Console\Input\InputArgument; |
| 16 | 15 | use Symfony\Component\Console\Input\InputInterface; |
@@ -8,7 +8,6 @@ |
||
| 8 | 8 | namespace Deployer; |
| 9 | 9 | |
| 10 | 10 | use Deployer\Exception\Exception; |
| 11 | -use Deployer\Exception\RunException; |
|
| 12 | 11 | use Deployer\Host\FileLoader; |
| 13 | 12 | use Deployer\Host\Host; |
| 14 | 13 | use Deployer\Host\Localhost; |
@@ -11,8 +11,6 @@ |
||
| 11 | 11 | use Deployer\Configuration\Configuration; |
| 12 | 12 | use Deployer\Console\Application; |
| 13 | 13 | use Deployer\Deployer; |
| 14 | -use Deployer\Exception\Exception; |
|
| 15 | -use Deployer\Exception\GracefulShutdownException; |
|
| 16 | 14 | use Deployer\Host\Host; |
| 17 | 15 | use Deployer\Host\Localhost; |
| 18 | 16 | use Deployer\Host\Storage; |