{
    "Function": "constructor",
    "File": "contracts/mocks/FailedDeploy.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "revert()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor() {\n        revert();\n    }"
}