Pack error (exception) class. More...
#include <error.hpp>
Public Member Functions | |
Error (const string &message) | |
Creates a new Pack error (exception) instance. | |
const char * | what () const noexcept override |
Returns Pack error message C-string. | |
T | what (T... args) |
Pack error (exception) class.