fix: typos in the RAISE macro of rule_engine
This commit is contained in:
parent
24f8d41b9a
commit
407a197c8a
|
@ -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()).
|
||||
|
||||
|
|
Loading…
Reference in New Issue