Skip to content

Commit 2e6bb1f

Browse files
authored
chore: add missing error mapping (#11191)
add missing error
1 parent fe4eb45 commit 2e6bb1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/config/src/error.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ impl From<u64> for SolidityErrorCode {
255255
5740 => Self::Unreachable,
256256
3420 => Self::PragmaSolidity,
257257
2394 => Self::TransientStorageUsed,
258+
4591 => Self::TooManyWarnings,
258259
other => Self::Other(other),
259260
}
260261
}

0 commit comments

Comments
 (0)