7 lines
246 B
Markdown
7 lines
246 B
Markdown
# error
|
|
|
|
This shows what a Lua error looks like to the user. Lua errors are the most
|
|
common and the most critical so that is why they are shown to the user. Other,
|
|
lesser errors, are only shown to the developer because of their different
|
|
nature.
|