# File lib/celerity/element.rb, line 176 def assert_exists locate unless @object unless @object raise UnknownObjectException, "Unable to locate #{self.class.name[/::(.*)$/, 1]}, using #{identifier_string}" end end