Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/typeorm/src/error/MissingDriverError.ts>MissingDriverError

Forked from https://github.com/typeorm/typeorm
Latest
class MissingDriverError
extends Error
import { MissingDriverError } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/error/MissingDriverError.ts";

Thrown when consumer specifies driver type that does not exist or supported.

Constructors

new
MissingDriverError(driverType: string)

Properties

name: string