Project

General

Profile

« Previous | Next » 

Revision ec4a99c3

Added by Marc Dequènes about 15 years ago

  • ID ec4a99c34b3153857c588e0a52fc2ce9bd096714

[fix] an exception reference in one object was not defined

View differences:

lib/cyborghood/objects.rb
domain = allocate
domain.instance_variable_set("@ldap", l_dom)
end
rescue ActiveLdap::Error
rescue ActiveLdap::Error => e
raise CyberError.new(:unrecoverable, "db/ldap", e.message)
end
end

Also available in: Unified diff