| 103 | what_ = FMA_FMT("[{}] {}", ErrorCodeToString(code_), msg_); |
| 104 | } |
| 105 | ErrorCode code() const {return code_;} |
| 106 | const std::string& msg() const {return msg_;} |
| 107 | const char* what() const noexcept override { |
| 108 | return what_.c_str(); |
no outgoing calls