Initial Commit
This commit is contained in:
+10
@@ -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