<?php

namespace App\Exceptions;

use Exception;

class ServerInstallationFailed extends Exception
{
    //
}