Runtime error.
More...
#include <interpreter.h>
Runtime error.
Definition at line 219 of file interpreter.h.
◆ RuntimeError()
| vkdb::RuntimeError::RuntimeError |
( |
Token | token, |
|
|
const std::string & | message ) |
|
noexcept |
Construct a new Runtime Error object.
- Parameters
-
| token | Token. |
| message | Message. |
Definition at line 5 of file interpreter.cpp.
◆ message()
| std::string vkdb::RuntimeError::message |
( |
| ) |
const |
|
nodiscardnoexcept |
Get the message.
- Returns
- std::string Message.
Definition at line 12 of file interpreter.cpp.
◆ token()
| Token vkdb::RuntimeError::token |
( |
| ) |
const |
|
nodiscardnoexcept |
The documentation for this class was generated from the following files: