fix unhandled source control exceptions (#364)

This commit is contained in:
Saeed Vaziry
2024-11-14 22:27:51 +01:00
committed by GitHub
parent 1dfd13583a
commit 1ca72d7ddd
10 changed files with 233 additions and 437 deletions

View File

@ -3,7 +3,7 @@
namespace App\SiteTypes;
use App\Enums\SiteFeature;
use App\Exceptions\SourceControlIsNotConnected;
use App\Exceptions\FailedToDeployGitKey;
use App\SSH\Composer\Composer;
use App\SSH\Git\Git;
use App\SSH\Services\Webserver\Webserver;
@ -72,7 +72,7 @@ public function data(array $input): array
}
/**
* @throws SourceControlIsNotConnected
* @throws FailedToDeployGitKey
*/
public function install(): void
{