ObjFW  Diff

Differences From Artifact [6ef8ece929]:

To Artifact [25e976cf33]:


15
16
17
18
19
20
21



22
23
24
25
26
27
28
 */

#import "OFException.h"

@class OFStream;

/*!



 * @brief An exception indicating that setting an option for a stream failed.
 */
@interface OFSetOptionFailedException: OFException
{
	OFStream *_stream;
}








>
>
>







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 */

#import "OFException.h"

@class OFStream;

/*!
 * @class OFSetOptionFailedException \
 *	  OFSetOptionFailedException.h ObjFW/OFSetOptionFailedException.h
 *
 * @brief An exception indicating that setting an option for a stream failed.
 */
@interface OFSetOptionFailedException: OFException
{
	OFStream *_stream;
}