Skip to content

Commit

Permalink
Merge pull request #91 from GenerationSoftware/gen-1215-qa-237-n-20
Browse files Browse the repository at this point in the history
Remove unused error definition
  • Loading branch information
trmid committed Mar 18, 2024
2 parents 62c0c21 + e66bc6d commit 9e4fda3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/PrizeVault.sol
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 9e4fda3

Please sign in to comment.