Orcus
|
#include <exception.hpp>
Public Member Functions | |
zip_error (std::string_view msg) | |
![]() | |
general_error (std::string msg) | |
general_error (std::string_view cls, std::string_view msg) | |
virtual const char * | what () const noexcept |
Additional Inherited Members | |
![]() | |
void | append_msg (const std::string &s) |
Exception related to parsing of zip archive stream.