Differences From Artifact [5d12c58480]:
- File src/SSLInvalidCertificateException.h — part of check-in [66bd0c554f] at 2020-05-31 16:54:54 on branch trunk — Update URL (user: js, size: 1593) [annotate] [blame] [check-ins using]
To Artifact [31c8be5e77]:
- File src/SSLInvalidCertificateException.h — part of check-in [e5b470a14c] at 2021-04-03 20:16:07 on branch trunk — Adjust to ObjFW coding style (user: js, size: 1621) [annotate] [blame] [check-ins using]
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 | - - + + | OFString *_reason; } @property (readonly, nonatomic) OFString *reason; + (instancetype)exception; + (instancetype)exceptionWithReason: (OFString *)reason; |