public UnimplementedException()

in table-walkthrough/src/main/java/org/apache/flink/playgrounds/spendreport/UnimplementedException.java [23:25]


    public UnimplementedException() {
        super("This method has not yet been implemented");
    }