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
The script name
error (str) – The error description
line (str) – The line text
column_number (int) – The error column number
line_number (int or None) – The error line number
script_name (str or None) – The script name
A BareScript runtime error
message (str) – The runtime error message