<?php

namespace App\Exceptions;

use Exception;

class FailedToDeployGitKey extends Exception
{
    //
}