]> git.openstreetmap.org Git - rails.git/blob - config/initializers/libxml.rb
Adding an extra test to make sure that the correct response is returned when an inval...
[rails.git] / config / initializers / libxml.rb
1 # This is required otherwise libxml writes out memory errors to
2 # the standard output and exits uncleanly 
3 LibXML::XML::Parser.register_error_handler do |message|
4   raise message
5 end