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

x/denoexec/lib/errors/executable_not_found.ts>ExecutableNotFound

A higher level wrapper around https://doc.deno.land/builtin/stable#Deno.run
Latest
class ExecutableNotFound
extends Error
import { ExecutableNotFound } from "https://deno.land/x/denoexec@v1.1.5/lib/errors/executable_not_found.ts";

Constructors

new
ExecutableNotFound(cmd: string, innerError: Error)

Properties

cmd: string
innerError: Error
name: string