try FuncOrExpressionSequence of
Pattern1 [when Guard1] -> Expression1;
Pattern2 [when Guard2] -> Expression2;
...
catch
ExceptionType: ExPattern1 [when ExGuard1] -> ExExpression1;
ExceptionType: ExPattern2 [when ExGuard2] -> ExExpression2;
...
after
AfterExpressions
end
예외를 잡는 다른 방법으로는 catch 기본명령(primitive)이 있다
얼랭에서 스택 추적하기