33 Exception() :
data(0) { }
35 const char *what() const noexcept
override {
return description.c_str(); }
50#define throws noexcept(false)
Base class for all emulator exceptions.
Definition Exception.h:22
string description
Auxiliary information about the thrown errow.
Definition Exception.h:28
i64 data
Error code.
Definition Exception.h:25