what-the-bank/sources/com/github/mikephil/charting/exception/DrawingDataSetNotCreatedExc...

9 lines
319 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.github.mikephil.charting.exception;
/* loaded from: classes.dex */
public class DrawingDataSetNotCreatedException extends RuntimeException {
public DrawingDataSetNotCreatedException() {
super("Have to create a new drawing set first. Call ChartData's createNewDrawingDataSet() method");
}
}