pub fn should_ignore_revert(
fail_on_revert: bool,
target: Address,
reverter: Option<Address>,
extra_cheatcode_addresses: &[Address],
) -> boolExpand description
Returns whether a nested revert can be ignored when fail-on-revert is disabled.