[Pharo-project] LDAPlayer deprecated method
July 2, 2010
6:31 p.m.
Andreas, I ran into a warning about LDAPResult>>checkForExceptions sending the now deprecated #or:or:. It was easy to silence (comment out the warning), but that won't fix the problem. Maybe (untested): checkForExceptions ( #( 0 5 6 ) includes:resultCode ) ifFalse: [ | ex | ex := LDAPException newWithCode: resultCode. ex signal: (errorMessage ifEmpty:[ex messageText]) ] Bill
5873
Age (days ago)
5873
Last active (days ago)
0 comments
1 participants
participants (1)
-
Schwab,Wilhelm K