1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
This commit is contained in:
Sandro Turriate 2010-01-29 14:25:17 -05:00
parent deb975103a
commit 2bf184a853

View file

@ -134,8 +134,8 @@ module HTTParty
def parse_supported_format def parse_supported_format
send(format) send(format)
rescue NoMethodError rescue NoMethodError
raise NotImplementedError, "#{self.class.name} has not implemented a parsing method for the #{format.inspect} format." raise NotImplementedError, "#{self.class.name} has not implemented a parsing method for the #{format.inspect} format."
end end
end end
end end