latlha
Raises an error value to be handled by a surrounding
tshwara.
Use latlha to raise an error from inside a leka block. The thrown value (a string, number, or object) is passed to the matching tshwara binding.
Syntax
Section titled “Syntax”latlha boleng;Examples
Section titled “Examples”leka {
latlha "phoso";
} tshwara (e) {
kwala(e);
}