Differences From Artifact [eb1ea7f340]:
- File src/SSLInvalidCertificateException.h — part of check-in [93fb0bd595] at 2013-06-23 11:10:33 on branch trunk — Adjust to reworked exception API. (user: js, size: 1518) [annotate] [blame] [check-ins using]
To Artifact [62fcaa9a42]:
- File src/SSLInvalidCertificateException.h — part of check-in [81c23094bc] at 2013-11-22 20:15:54 on branch trunk — Adjust exceptions to ObjFW API change. (user: js, size: 1516) [annotate] [blame] [check-ins using]
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - + | @interface SSLInvalidCertificateException: OFException { OFString *_reason; } #ifdef OF_HAVE_PROPERTIES |