Limo
A simple mod manager
Loading...
Searching...
No Matches
CompressionError Class Reference

Exception used for errors during archive extraction. More...

#include <compressionerror.h>

Inheritance diagram for CompressionError:
Collaboration diagram for CompressionError:

Public Member Functions

 CompressionError (const char *message)
 Constructor accepts an error message.
 
const char * what () const throw ()
 Returns the message of this exception.
 

Detailed Description

Exception used for errors during archive extraction.

Constructor & Destructor Documentation

◆ CompressionError()

CompressionError::CompressionError ( const char * message)
inline

Constructor accepts an error message.

Parameters
messageException message.

Member Function Documentation

◆ what()

const char * CompressionError::what ( ) const
throw ( )
inline

Returns the message of this exception.

Returns
The message.

The documentation for this class was generated from the following file: