Skip to content

Commit

Permalink
remove unused error definition
Browse files Browse the repository at this point in the history
  • Loading branch information
trmid committed Mar 18, 2024
1 parent 94b0c03 commit e66bc6d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/PrizeVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,6 @@ contract PrizeVault is TwabERC20, Claimable, IERC4626, ILiquidationSource, Ownab
/// @notice Thrown when the Liquidation Pair being set is the zero address.
error LPZeroAddress();

/// @notice Thrown when `sweep` is called but no underlying assets are currently held by the Vault.
error SweepZeroAssets();

/// @notice Thrown during the liquidation process when the liquidation amount out is zero.
error LiquidationAmountOutZero();

Expand Down

0 comments on commit e66bc6d

Please sign in to comment.