mirror of
https://github.com/processing/processing4.git
synced 2026-04-17 09:49:39 +02: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