Skip to content

Commit

Permalink
fix dublication
Browse files Browse the repository at this point in the history
  • Loading branch information
YouStillAlive committed Apr 15, 2024
1 parent 728afc0 commit 2da8708
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/Builder/BuilderModifiers.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import "./BuilderState.sol";
abstract contract BuilderModifiers is BuilderState {
/// @dev Error thrown when an amount is zero
error NoZeroAmount();
/// @dev Error thrown when an address is zero
error NoZeroAddress();
/// @dev Error thrown when the length of parameters is invalid
error InvalidParamsLength(uint256 paramsLength, uint256 minLength);

Expand Down

0 comments on commit 2da8708

Please sign in to comment.