1 #ifndef INCLUDE_ERRORS_H_
2 #define INCLUDE_ERRORS_H_
21 inline int index()
const {
return _index; }
24 const char*
what() const noexcept
override {
25 return _message.c_str();
39 inline int index()
const {
return _index; }
42 const char*
what() const noexcept
override {
43 return _message.c_str();
57 inline int line()
const {
return _line; }
60 const char*
what() const noexcept
override {
61 return _message.c_str();
71 #endif // INCLUDE_ERRORS_H_