ObjFW  Diff

Differences From Artifact [d9e5bd337d]:

To Artifact [f0db0a5bed]:


15
16
17
18
19
20
21
22

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

22
23
24
25
26
27
28
29
30
31







-
+









 * file.
 */

#import "OFException.h"

OF_ASSUME_NONNULL_BEGIN

/*!
/**
 * @class OFOutOfRangeException \
 *	  OFOutOfRangeException.h ObjFW/OFOutOfRangeException.h
 *
 * @brief An exception indicating the given value is out of range.
 */
@interface OFOutOfRangeException: OFException
@end

OF_ASSUME_NONNULL_END