Changed error classes to inherit from StandardError instead of Exception.
This should make them easier to use with irb.
This commit is contained in:
parent
6e53144090
commit
b828ff52cf
5 changed files with 7 additions and 4 deletions
|
@ -42,6 +42,9 @@
|
|||
for the patch.
|
||||
* Applied an additional patch from Kouhei.
|
||||
* Allowed comma in filter strings, suggested by Kouhei.
|
||||
* 04Sep07, Changed four error classes to inherit from StandardError rather
|
||||
Exception, in order to be friendlier to irb. Suggested by Kouhei.
|
||||
|
||||
|
||||
== Net::LDAP 0.0.4: August 15, 2006
|
||||
* Undeprecated Net::LDAP#modify. Thanks to Justin Forder for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue