<?php

namespace App\Exceptions;

use Exception;

class SSHError extends Exception
{
    //
}