24 const char*
what()
const throw() {
return std::runtime_error::what(); };
CompressionError(const char *message)
Constructor accepts an error message.
Definition compressionerror.h:19
const char * what() const
Returns the message of this exception.
Definition compressionerror.h:24