grain
grain copied to clipboard
Should `print()` print registered exception strings?
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?