exceptions description class for compiler driver
More...
#include <Driver.h>
exceptions description class for compiler driver
Definition at line 31 of file Driver.h.
◆ DriverException() [1/3]
nnc::DriverException::DriverException |
( |
| ) |
|
|
default |
◆ DriverException() [2/3]
nnc::DriverException::DriverException |
( |
std::string |
reason | ) |
|
|
inlineexplicit |
Definition at line 35 of file Driver.h.
35: _msg(std::move(reason)) {}
◆ DriverException() [3/3]
nnc::DriverException::DriverException |
( |
const char * |
msg | ) |
|
|
inlineexplicit |
◆ what()
const char * nnc::DriverException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
Definition at line 38 of file Driver.h.
38{ return _msg.c_str(); }
The documentation for this class was generated from the following file: