UnexpectedPointers
Thrown when the pointers known to the expression deployer DO NOT match the interpreter it is constructed for. This WILL cause undefined expression behaviour so MUST REVERT.
error UnexpectedPointers(bytes actualPointers);
Parameters
| Name | Type | Description |
|---|---|---|
actualPointers | bytes | The actual function pointers found at the interpreter address upon construction. |