<?php

namespace App\Exceptions;

use Exception;

class SSHCommandError extends Exception
{
    //
}