Files
wp-multisite-waas/dependencies/amphp/socket/src/TlsException.php
2024-11-30 18:24:12 -07:00

11 lines
195 B
PHP

<?php
namespace WP_Ultimo\Dependencies\Amp\Socket;
/**
* Thrown if TLS can't be properly negotiated or is not supported on the given socket.
*/
class TlsException extends SocketException
{
}