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