Differences From Artifact [c4863306cd]:
- File src/SSLInvalidCertificateException.m — part of check-in [5247b6dff2] at 2012-03-20 21:47:06 on branch trunk — Nicer SSLInvalidCertificateException description. (user: js, size: 2095) [annotate] [blame] [check-ins using]
To Artifact [d4b845c7e6]:
- File src/SSLInvalidCertificateException.m — part of check-in [8ef0132a06] at 2012-07-12 03:09:43 on branch trunk — Don't access isa directly. (user: js, size: 2104) [annotate] [blame] [check-ins using]
︙ | |||
30 31 32 33 34 35 36 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | - + | { return [[[self alloc] initWithClass: class_ reason: reason_] autorelease]; } - initWithClass: (Class)class_ { |
︙ |