Currently, Net::LDAP::DN raises RuntimeError in certain conditions. This is a very non-specific errors and makes it hard to catch LDAP exceptions without accidentally catching a more generic runtime error.
Can we add more specific error classes for these cases?