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
|
@ -31,7 +31,7 @@
|
|||
module Net
|
||||
|
||||
|
||||
class LdapPduError < Exception; end
|
||||
class LdapPduError < StandardError; end
|
||||
|
||||
|
||||
class LdapPdu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue