pyhs3.exceptions.HS3Exception

exception pyhs3.exceptions.HS3Exception[source]

Base exception class for all pyhs3-related errors.

This serves as the root exception that all other pyhs3 exceptions inherit from, allowing users to catch all pyhs3-specific errors with a single except clause.