X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b4c46ba4b8796d21c38fe737953808139adae741..84db1d66b7d819a4a777d2b9e5909cffe82c514e:/config/initializers/libxml.rb diff --git a/config/initializers/libxml.rb b/config/initializers/libxml.rb index 3b5919f0f..07f79660f 100644 --- a/config/initializers/libxml.rb +++ b/config/initializers/libxml.rb @@ -1,5 +1,5 @@ # This is required otherwise libxml writes out memory errors to -# the standard output and exits uncleanly -LibXML::XML::Parser.register_error_handler do |message| +# the standard output and exits uncleanly +LibXML::XML::Error.set_handler do |message| raise message end