Skip to content

Commit b26b74f

Browse files
committed
refactor: remove unused DocumentNotFound error
1 parent 5b96347 commit b26b74f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/DocumentEngineInvariant.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pragma solidity ^0.8.20;
1111
* contract is only ever used as a base, never deployed on its own.
1212
*/
1313
abstract contract DocumentEngineInvariant {
14-
error DocumentNotFound(address subject, bytes32 name);
1514
error InvalidInputLength();
1615
error AdminWithAddressZeroNotAllowed();
1716

0 commit comments

Comments
 (0)