ObjFW  Diff

Differences From Artifact [1be36a3d8e]:

To Artifact [042bb04f5b]:


13
14
15
16
17
18
19



20
21
22
23
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#import "OFException.h"

/*!



 * @brief An exception indicating that the format is invalid.
 */
@interface OFInvalidFormatException: OFException
@end







>
>
>




13
14
15
16
17
18
19
20
21
22
23
24
25
26
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#import "OFException.h"

/*!
 * @class OFInvalidFormatException \
 *	  OFInvalidFormatException.h ObjFW/OFInvalidFormatException.h
 *
 * @brief An exception indicating that the format is invalid.
 */
@interface OFInvalidFormatException: OFException
@end