LILAC
Language to language Interop LAyer Compiler
|
#include <exception.h>
Public Member Functions | |
exception (std::string msg, const frxml::dom &dom) noexcept | |
const char * | what () const noexcept override |
void | print () const |
void | print (const frxml::dom &location) const |
Definition at line 27 of file exception.h.
|
noexcept |
Definition at line 24 of file exception.cxx.
void lilac::shared::exception::print | ( | ) | const |
Definition at line 34 of file exception.cxx.
void lilac::shared::exception::print | ( | const frxml::dom & | location | ) | const |
Definition at line 39 of file exception.cxx.
|
nodiscardoverridenoexcept |
Definition at line 29 of file exception.cxx.