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 : 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