An exception that returns GetError()
|
| Error () |
| Default ctor.
|
|
| Error (std::string message) |
| Constructs from string.
|
|
constexpr const char * | what () const noexcept |
| Returns the explanatory string.
|
|
constexpr const std::string & | str () const noexcept |
| Returns the explanatory string.
|
|
The documentation for this class was generated from the following file: