We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2621c commit 1abcaf9Copy full SHA for 1abcaf9
java/libraries/pdf/src/processing/pdf/PGraphicsPDF.java
@@ -676,6 +676,6 @@ static public String[] listFonts() {
676
677
678
protected void nope(String function) {
679
- throw new RuntimeException("No " + function + "() for PGraphicsPDF");
+ throw new RuntimeException("No " + function + "() for " + getClass().getSimpleName());
680
}
681
0 commit comments