Skip to main content
Latest
class DriverPackageNotInstalledError
extends Error
import { DriverPackageNotInstalledError } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/error/DriverPackageNotInstalledError.ts";

Thrown when required driver's package is not installed.

Constructors

new
DriverPackageNotInstalledError(driverName: string, packageName: string)

Properties

name: string