Differences From Artifact [f559fef089]:
- File src/exceptions/OFChecksumFailedException.h — part of check-in [3b97fc3cd9] at 2014-01-04 00:24:08 on branch trunk — Update copyright. (user: js, size: 718) [annotate] [blame] [check-ins using]
To Artifact [dcaf714690]:
- File src/exceptions/OFChecksumFailedException.h — part of check-in [246cfe0807] at 2014-02-18 18:50:30 on branch trunk — Documentation: Show correct imports (user: js, size: 826) [annotate] [blame] [check-ins using]
︙ | |||
13 14 15 16 17 18 19 20 21 22 23 | 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 |