Merge pull request #9330 from terry-xiaoyu/fix_raise_macro_rule_engine

fix: typos in the RAISE macro of rule_engine
This commit is contained in:
Zaiming (Stone) Shi 2022-11-09 08:49:27 +01:00 committed by GitHub
commit f80884e3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
throw : Reason ->
throw({_ERROR_CONTEXT_, Reason});
_EXCLASS_:_EXCPTION_:_ST_ ->
throw({_ERROR_CONTEXT_, {_EXCPTION_, _EXCPTION_, _ST_}})
throw({_ERROR_CONTEXT_, {_EXCLASS_, _EXCPTION_, _ST_}})
end
end()).