package church.lang; public class Error { public static <T> T error(String s) { throw new UnsupportedOperationException(s); } }