<?php

namespace App\Exceptions;

use Exception;

class SSLCreationException extends Exception
{
    //
}