class CastError extends QueryErrorimport { CastError } from "https://deno.land/x/pg_mem@3.0.3/mod.ts"; ConstructorsnewCastError(from: string | DataType | IType,to: string | DataType | IType,inWhat?: string,)