Skip to content

furax.exceptions

Classes:

furax.exceptions.StructureError

Bases: TypeError

Raised when the PyTree has an invalid structure.

Source code in src/furax/exceptions.py
class StructureError(TypeError):
    """Raised when the PyTree has an invalid structure."""