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

Thrown when same object is scheduled for remove and updation at the same time.

Constructors

new
SubjectRemovedAndUpdatedError(subject: Subject)

Properties

name: string