Skip to main content
Module

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

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

Thrown when repository for the given class is not found.

Constructors

new
RepositoryNotFoundError(connectionName: string, entityClass: Function | EntitySchema<any> | string)

Properties

name: string