Skip to content

Commit

Permalink
fix: rm ZERO_LENGTH() error
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaraRingas committed Oct 25, 2024
1 parent 4678150 commit e276a54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libraries/Error.sol
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ library Error {
/// @dev thrown if value input is 0
error ZERO_INPUT_VALUE();

/// @dev thrown if array length is 0
error ZERO_LENGTH();

/// SUPERFORM ROUTER INPUT VALIDATION ERRORS
/// ---------------------------------------------------------

Expand Down

0 comments on commit e276a54

Please sign in to comment.