method ZodType.prototype.catchRe-exportimport { ZodType } from "https://deno.land/x/zod@v3.22.4/mod.ts"; catch(def: Output): ZodCatch<this>catch(def: (ctx: { error: ZodError; input: Input; }) => Output): ZodCatch<this>Parametersdef: OutputReturnsZodCatch<this>Parametersdef: (ctx: { error: ZodError; input: Input; }) => OutputReturnsZodCatch<this>