<?php
declare(strict_types=1);

namespace FreshCloud\Mail\NetExceptions;

class ConnectionTimeoutException extends NetworkException
{
}