Exception Classes ================= Custom exception classes for PyTropicSquare error handling. .. currentmodule:: tropicsquare.exceptions .. automodule:: tropicsquare.exceptions :members: :undoc-members: :show-inheritance: Exception Hierarchy ------------------- * **TropicSquareError** - Base exception for all PyTropicSquare errors * **TropicSquareCRCError** - CRC validation failures * **TropicSquareNoSession** - Operations attempted without secure session See Also -------- * :doc:`error_mapping` - Error mapping utilities