Searched refs:_what (Results 1 – 3 of 3) sorted by relevance
25 : _sliced(true), _what(msg) in base_exception()29 : _sliced(true), _what(other._what) in base_exception()36 return _what; in what()40 char const *_what; member
29 assignment_exception( const char* _what ) in assignment_exception() argument30 : what_( _what ) in assignment_exception()
56 const char *_what{nullptr}; member58 : _what(what) in payload_exception()61 virtual const char *what() const noexcept override final { return _what; } // NOLINT in what()