begin rescue block missing
AlejandroMI opened this issue · 1 comments
AlejandroMI commented
Hey! I have run into problems when trying to use the SDK, the error is pointing me to this begin rescue block, looks like part of it went missing after some refactoring.
marcelcorso commented
I talked to @AlejandroMI and he was using an old version of ruby that like things like
something.each |k, v|
some stuff
rescue
other stuff
end
new rubies are ok with that.