#include <Exceptions.h>
Definition at line 25 of file Exceptions.h.
◆ OnertException() [1/2]
onert::OnertException::OnertException |
( |
const std::string & |
msg | ) |
|
|
inline |
◆ OnertException() [2/2]
onert::OnertException::OnertException |
( |
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::OnertException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
The documentation for this class was generated from the following file: