grain icon indicating copy to clipboard operation
grain copied to clipboard

Should `print()` print registered exception strings?

Open ospencer opened this issue 2 years ago • 0 comments

Printers for exceptions can be registered via Exception.registerPrinter, which are used whenever an exception is thrown. Besides an Exception.print(), should the standard toString and print also use the registered printers?

ospencer avatar Jun 14 '22 00:06 ospencer