Closed 10xSebastian closed 7 years ago
PATCH
LHC ignored_errors has not been taken in consideration inheritance of errors.
ignored_errors
LHC.get('http://local.ch', ignored_errors: [LHC::Error]) # returned 404 # has been raising
# not raising anymore
PATCH
LHC
ignored_errors
has not been taken in consideration inheritance of errors.Before
Now