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:
commit
f80884e3fa
|
@ -88,7 +88,7 @@
|
||||||
throw : Reason ->
|
throw : Reason ->
|
||||||
throw({_ERROR_CONTEXT_, Reason});
|
throw({_ERROR_CONTEXT_, Reason});
|
||||||
_EXCLASS_:_EXCPTION_:_ST_ ->
|
_EXCLASS_:_EXCPTION_:_ST_ ->
|
||||||
throw({_ERROR_CONTEXT_, {_EXCPTION_, _EXCPTION_, _ST_}})
|
throw({_ERROR_CONTEXT_, {_EXCLASS_, _EXCPTION_, _ST_}})
|
||||||
end
|
end
|
||||||
end()).
|
end()).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue