A lightweight scripting and expression language
Bases: Exception
Exception
A BareScript parser exception
The error description
The line text
The error column number
The error line number
error (str) – The error description
line (str) – The line text
column_number (int, optional) – The error column number
line_number (int or None, optional) – The error line number
prefix (str or None, optional) – The error message prefix line
A BareScript runtime error
message (str) – The runtime error message