<?php declare(strict_types=1);

namespace Amp\Http\Client;

final class TlsException extends SocketException
{
}
