nori
nori copied to clipboard
fix 'undefined method for nil:NilClass' on wrong xmls
Fixes #78
https://github.com/savonrb/nori/pull/64 introduced a confusing error "undefined method" on malformed xmls. This change reraise this error with the proper class and message.