[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] Catching interpreter errors?



Hi.

Function-try is nice for catching all sorts of errors, however, while experimenting
I found that it does *not* catch interpreter errors:

{"bl".interpret}.try(_.errorString);

Is there a way to catch errors like "ERROR: Variable 'bl' not defined."?

-- 
CYa,
  Mario