| 76 | const string &TypeError::getTypeName() const noexcept { return errTypeName; } |
| 77 | |
| 78 | int TypeError::getArgIndex() const noexcept { return argIndex; } |
| 79 | |
| 80 | ArgumentError::ArgumentError(const char *const func, const char *const file, |
| 81 | const int line, const int index, |