ObjFW  Diff

Differences From Artifact [d6218faacc]:

To Artifact [d29f7bae20]:


24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#endif

#import "OFSocket.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OFConnectSocketFailedException \
 *	  OFConnectSocketFailedException.h \
 *	  ObjFW/OFConnectSocketFailedException.h
 *
 * @brief An exception indicating that a connection could not be established.
 */
@interface OFConnectSocketFailedException: OFException
{
	id _socket;
	int _errNo;







|
<
|







24
25
26
27
28
29
30
31

32
33
34
35
36
37
38
39
#endif

#import "OFSocket.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OFConnectSocketFailedException OFConnectSocketFailedException.h

 *	  ObjFW/ObjFW.h
 *
 * @brief An exception indicating that a connection could not be established.
 */
@interface OFConnectSocketFailedException: OFException
{
	id _socket;
	int _errNo;