fix: typos in the RAISE macro of rule_engine

This commit is contained in:
Shawn 2022-11-09 12:06:58 +08:00
parent 24f8d41b9a
commit 407a197c8a
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()).