<?php

namespace Amp\Socket;

/**
 * Thrown if TLS can't be properly negotiated or is not supported on the given socket.
 */
class TlsException extends SocketException
{
}
