#include <genesis/utils/io/gzip.hpp>
Inherits Exception.
Exception class thrown by failed gzip/zlib operations.
If compiled without zlib support, the exepction has no use and contains a dummy message.
Public Member Functions | |
GzipError (std::string const &z_stream_message, int error_code) | |
GzipError (std::string const msg) | |
![]() | |
Exception (std::string const &message) | |
char const * | what () const noexcept override |
Additional Inherited Members | |
![]() | |
std::string | message_ |
GzipError | ( | std::string const & | z_stream_message, |
int | error_code | ||
) |