set processor's primitive error information before handling #lenient

This commit is contained in:
hyunghwan.chung
2019-10-24 15:17:46 +00:00
parent d73427cbae
commit feb1825c41
5 changed files with 24 additions and 22 deletions

View File

@ -489,6 +489,11 @@ class IndexNotFoundException(NotFoundException)
extend Apex
{
method(#dual) error: text
{
Exception signal: text.
}
method(#dual,#liberal) primitiveFailed(method)
{
| a b msg ec ex |