@@ -14,11 +14,8 @@ |
||
14 | 14 | use hipanel\modules\finance\forms\CertificateTariffForm; |
15 | 15 | use hipanel\modules\finance\models\Tariff; |
16 | 16 | use hiqdev\hiart\ConnectionInterface; |
17 | -use hiqdev\hiart\ResponseErrorException; |
|
18 | 17 | use Yii; |
19 | 18 | use yii\base\InvalidConfigException; |
20 | -use yii\web\NotFoundHttpException; |
|
21 | -use yii\web\UnprocessableEntityHttpException; |
|
22 | 19 | |
23 | 20 | /** |
24 | 21 | * Class CertificateTariffManager |