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 | optionalGoogleStyleDocAttributeProps[] |
| deprecated | optionalstring |
| description | Children[] |
| examples | optionalChildren[] |
| note | optionalstring |
| parameters | optionalParameterDescriptor[] |
| seeAlso | optionalstring[] |
| style | optional”google” |
| warning | optionalstring |