Differences From Artifact [22231f363c]:
- File src/SSLInvalidCertificateException.h — part of check-in [e3dcc5816e] at 2017-04-15 19:37:46 on branch trunk — Fix URL in copyright headers (user: js, size: 1455) [annotate] [blame] [check-ins using]
To Artifact [f008217145]:
- File src/SSLInvalidCertificateException.h — part of check-in [897afb173c] at 2017-05-08 00:31:13 on branch trunk — Adjust to recent ObjFW changes (user: js, size: 1462) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 | - + - - + + | #import <ObjFW/OFException.h> @interface SSLInvalidCertificateException: OFException { OFString *_reason; } |