Exceptions — ``swarph_mesh.exceptions`` ======================================== Public exception hierarchy. Third-party adapter implementations should raise these (not bare ``Exception``) when surfacing errors via ``LLMAdapter.chat()``. .. automodule:: swarph_mesh.exceptions :members: :show-inheritance: