Skip to content

Commit

Permalink
module errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Sep 21, 2023
1 parent 95c59b2 commit 2def093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/world/src/interfaces/IModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bytes4 constant MODULE_INTERFACE_ID = IModule.getName.selector ^
ERC165_INTERFACE_ID;

interface IModule is IERC165 {
error RootInstallModeNotSupported();
error RootInstallNotSupported();
error NonRootInstallNotSupported();

/**
Expand Down

0 comments on commit 2def093

Please sign in to comment.