<?php

namespace App\Exceptions;

use Exception;

class ServerProviderError extends Exception
{
    //
}