<?php

namespace App\Exceptions;

use Exception;

class GitRepositoryNotFound extends Exception
{
    //
}