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

Thrown if custom repository inherits Repository class however entity is not set in @EntityRepository decorator.

Constructors

new
CustomRepositoryCannotInheritRepositoryError(repository: any)

Properties

name: string