1 2 3 4 5 6
contract C { error MyError(); error MyError2(uint x); error MyError3(uint x, bytes); } // ----