We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df6a56 commit 0a8c4ebCopy full SHA for 0a8c4eb
src/contracts/interfaces/IStrategy.sol
@@ -4,6 +4,7 @@ pragma solidity >=0.5.0;
4
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
5
import "../libraries/SlashingLib.sol";
6
import "./ISemVerMixin.sol";
7
+
8
interface IStrategyErrors {
9
/// @dev Thrown when called by an account that is not strategy manager.
10
error OnlyStrategyManager();
0 commit comments