exceptions.FastAPIChameleonGenericException
Signals an arbitrary error response from inside a decorated view.
Usage
exceptions.FastAPIChameleonGenericException()Raised by generic_error() and caught by the template() decorator, which renders template_file with the chosen status_code. You normally raise it indirectly via generic_error() rather than constructing it yourself.