Initial Commit
This commit is contained in:
10
dependencies/amphp/socket/src/TlsException.php
vendored
Normal file
10
dependencies/amphp/socket/src/TlsException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user