fluid-contracts-public/contracts/infiniteProxy/error.sol

7 lines
128 B
Solidity
Raw Normal View History

//SPDX-License-Identifier: MIT
pragma solidity 0.8.21;
contract Error {
error FluidInfiniteProxyError(uint256 errorId_);
}