Skip to content

Commit 1abcaf9

Browse files
committed
a little more general
1 parent be2621c commit 1abcaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/libraries/pdf/src/processing/pdf/PGraphicsPDF.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,6 @@ static public String[] listFonts() {
676676

677677

678678
protected void nope(String function) {
679-
throw new RuntimeException("No " + function + "() for PGraphicsPDF");
679+
throw new RuntimeException("No " + function + "() for " + getClass().getSimpleName());
680680
}
681681
}

0 commit comments

Comments
 (0)