mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 03:11:08 +01:00
a little more general
This commit is contained in:
@@ -676,6 +676,6 @@ public class PGraphicsPDF extends PGraphicsJava2D {
|
||||
|
||||
|
||||
protected void nope(String function) {
|
||||
throw new RuntimeException("No " + function + "() for PGraphicsPDF");
|
||||
throw new RuntimeException("No " + function + "() for " + getClass().getSimpleName());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user