method z.ZodType.prototype.catchRe-exportimport { z } from "https://deno.land/x/pup@1.0.0-rc.8/deps.ts"; const { ZodType } = z; 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>