nori icon indicating copy to clipboard operation
nori copied to clipboard

fix 'undefined method for nil:NilClass' on wrong xmls

Open AlexanderZagaynov opened this issue 4 years ago • 1 comments

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.

AlexanderZagaynov avatar Jul 01 '20 15:07 AlexanderZagaynov