|
MPQC
3.0.0-alpha
|
MPQC exception class. More...
#include <mpqc/utility/exception.hpp>
Public Member Functions | |
| Exception (const std::string &msg="") | |
| Constructs exception. | |
| Exception (char const *file, long line, const char *fmt=NULL,...) | |
| Constructs exception with an optional printf-style format and arguments. | |
| const char * | what () const noexcept |
MPQC exception class.