X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c7061991e74a20cc0576a3afa269821a87178f77..5d3ecffa28510c867665001a7615559a185869c6:/config/initializers/libxml.rb diff --git a/config/initializers/libxml.rb b/config/initializers/libxml.rb index e0e659f12..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::Error.set_handler do |message| - fail message + raise message end