There was an error while loading. Please reload this page.
1 parent 5b96347 commit b26b74fCopy full SHA for b26b74f
1 file changed
src/DocumentEngineInvariant.sol
@@ -11,7 +11,6 @@ pragma solidity ^0.8.20;
11
* contract is only ever used as a base, never deployed on its own.
12
*/
13
abstract contract DocumentEngineInvariant {
14
- error DocumentNotFound(address subject, bytes32 name);
15
error InvalidInputLength();
16
error AdminWithAddressZeroNotAllowed();
17
0 commit comments