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