ExceptionDoc
A component that creates an ExceptionDoc block for custom exception classes.
import { ExceptionDoc } from "@alloy-js/python";
<ExceptionDoc attributes={GoogleStyleDocAttributeProps[]} deprecated="string" description={Children[]} examples={Children[]} note="string" parameters={ParameterDescriptor[]} seeAlso={string[]} style={"google"} warning="string" />import { ExceptionDoc } from "@alloy-js/python/stc";
ExceptionDoc({ attributes: GoogleStyleDocAttributeProps[], deprecated: string, description: Children[], examples: Children[], note: string, parameters: ParameterDescriptor[], seeAlso: string[], style: "google", warning: string,}).children(children)| attributes | optional GoogleStyleDocAttributeProps[] | |
| deprecated | optional string | |
| description | Children[] | |
| examples | optional Children[] | |
| note | optional string | |
| parameters | optional ParameterDescriptor[] | |
| seeAlso | optional string[] | |
| style | optional “google” | |
| warning | optional string |