8 #ifndef TABLEKEYNOTDEFINEDEXCEPTION_H_
9 #define TABLEKEYNOTDEFINEDEXCEPTION_H_
12 #include "llvm/StringRef.h"
15 #define NT_NOEXCEPT throw()
17 #define NT_NOEXCEPT noexcept
30 const char* what()
const NT_NOEXCEPT
override;
36 #endif // TABLEKEYNOTDEFINEDEXCEPTION_H_
TableKeyNotDefinedException(llvm::StringRef key)
Definition: TableKeyNotDefinedException.cpp:10
An exception thrown when the lookup a a key-value fails in a ITable.
Definition: TableKeyNotDefinedException.h:23
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:39