GenericsError
- exception app.util.helpers.generics.GenericsError[source]
Signals incorrect generic usage outside the helpers’ control.
This error is specifically raised when callers provide inputs that make generic resolution impossible (for example, referencing an unknown type parameter or asking for generic state on a non-generic class).
Internal errors within this module surface via other exception types.
- __init__(*args, **kwargs)
- classmethod __new__(*args, **kwargs)