#include <Exceptions.h>
|
| | Exception (const std::string &msg) |
| |
| | Exception (const std::string &tag, const std::string &msg) |
| |
| const char * | what () const noexcept override |
| |
Definition at line 25 of file Exceptions.h.
◆ Exception() [1/2]
| onert::Exception::Exception |
( |
const std::string & |
msg | ) |
|
|
inline |
◆ Exception() [2/2]
| onert::Exception::Exception |
( |
const std::string & |
tag, |
|
|
const std::string & |
msg |
|
) |
| |
|
inline |
Definition at line 29 of file Exceptions.h.
29: _msg{tag + " : " + msg} {}
◆ what()
| const char * onert::Exception::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
The documentation for this class was generated from the following file: