11 lines
195 B
PHP
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
|
|
{
|
|
}
|