Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/allo_arguments/mod.ts>Arguments.isPrintableException

🦕 Super handy cli argument parser with automate generation `--help` flag.
Go to Latest
method Arguments.isPrintableException
import { Arguments } from "https://deno.land/x/allo_arguments@v6.0.4/mod.ts";

Detect if the error is instance of PrintableException class.

Parameters

error: Error

Returns

boolean