Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/rex/proto/ldap/ldap_exception.rb
21558 views
1
module Rex::Proto::LDAP
2
class LdapException < RuntimeError
3
end
4
end
5
6