<?php
declare(strict_types=1);

namespace FreshCloud\Mail\NetExceptions;

class TlsException extends NetworkException
{
}