github.com/0xPolygon/supernets2-node@v0.0.0-20230711153321-2fe574524eaa/test/contracts/auto/Revert2.sol (about) 1 // SPDX-License-Identifier: GPL-3.0 2 pragma solidity ^0.8.4; 3 4 contract Revert2 { 5 function generateError() public { 6 revert("Today is not juernes"); 7 } 8 }