ObjFW  Diff

Differences From Artifact [f559fef089]:

To Artifact [dcaf714690]:


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 a checksum did not match.
 */
@interface OFChecksumFailedException: 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 OFChecksumFailedException \
 *	  OFChecksumFailedException.h ObjFW/OFChecksumFailedException.h
 *
 * @brief An exception indicating that a checksum did not match.
 */
@interface OFChecksumFailedException: OFException
@end