tipc
A TIP to LLVM compiler
|
Base class for tipc errors. More...
#include <Error.h>
Public Member Functions | |
Error (const std::string &msg) | |
virtual const char * | what () const noexcept |
Construct error with message. More... | |
Base class for tipc errors.
Errors detected during compilation result in exceptions being thrown. The exception carries a message – the return value of the what() method.
|
inline |
|
virtualnoexcept |
Construct error with message.