You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
OrelSokolov
changed the title
False positive for rescue Exception when multiple classed passed!
False positive for rescue Exception when multiple classes passed!
Aug 30, 2017
fails with Don't rescue Exception
The problem is that parser does not recognize properly last exception class:
So, it gives
Exception
instead ofRestClient:Exception
BTW, another example of buggy classname.
The text was updated successfully, but these errors were encountered: