Module specific exception. More...
#include <staticlib/unzip/unzip_exception.hpp>
Public Member Functions | |
| unzip_exception () | |
| Default constructor. | |
| unzip_exception (const std::string &msg) | |
| Constructor with message. | |
Module specific exception.
| staticlib::unzip::unzip_exception::unzip_exception | ( | ) |
Default constructor.
|
inline |
Constructor with message.
| msg | error message |
1.8.1.2