Signature
IActivationRegistry.sol
Description
Reverts withFeatureNotActivated(feature) if feature is not currently activated.
A pure assertion entry point so callers don’t have to redefine the error.
Dev: Reverts with FeatureNotActivated when feature is not activated.
Param: feature Feature to assert is active.
Access Control
Read-only or ERC-20-standard access rules unless the NatSpec states otherwise.Policy Interaction
No direct policy interaction.Example
Usage Example