Skip to content

Commit

Permalink
rm unused ContractUnlocked
Browse files Browse the repository at this point in the history
  • Loading branch information
wjmelements committed Oct 10, 2024
1 parent 8b4cc35 commit e4bf6f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/interfaces/IProtocolFees.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ interface IProtocolFees {
error ProtocolFeeCannotBeFetched();
/// @notice Thrown when protocol fee is set too high
error ProtocolFeeTooLarge(uint24 fee);
/// @notice Thrown when the contract is unlocked
error ContractUnlocked();

/// @notice Thrown when collectProtocolFees or setProtocolFee is not called by the controller.
error InvalidCaller();
Expand Down

0 comments on commit e4bf6f7

Please sign in to comment.