Replace custom errors with native panic codes in DoubleEndedQueue (#4872)
Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
@ -17,7 +17,7 @@ pragma solidity ^0.8.20;
|
||||
* }
|
||||
* ```
|
||||
*
|
||||
* Follows the list from libsolutil: https://github.com/ethereum/solidity/blob/v0.8.24/libsolutil/ErrorCodes.h
|
||||
* Follows the list from https://github.com/ethereum/solidity/blob/v0.8.24/libsolutil/ErrorCodes.h[libsolutil].
|
||||
*/
|
||||
// slither-disable-next-line unused-state
|
||||
library Panic {
|
||||
|
||||
Reference in New Issue
Block a user