![]() |
Limo
A simple mod manager
|
Exception used for errors during archive extraction. More...
#include <compressionerror.h>
Public Member Functions | |
CompressionError (const char *message) | |
Constructor accepts an error message. | |
const char * | what () const throw () |
Returns the message of this exception. | |
Exception used for errors during archive extraction.
|
inline |
Constructor accepts an error message.
message | Exception message. |
|
inline |
Returns the message of this exception.