|
Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
|
Represents an error encountered during type checking. More...
#include <type.h>
Public Attributes | |
| const char * | message |
| size_t | line |
| size_t | column |
| const char * | context |
Represents an error encountered during type checking.
| size_t TypeError::column |
Column number
| const char* TypeError::context |
Additional context info
| size_t TypeError::line |
Line number
| const char* TypeError::message |
Error description