import { Arguments } from "https://deno.land/x/allo_arguments@v6.0.6/src/Arguments.ts";
Trows the error if it is not instance of PrintableException
class.
Examples
Example 1
Example 1
try {
// ...
} catch (error) {
Arguments.throwIfNotPrintable(error);
}