Hacker News .hnnew | past | comments | ask | show | jobs | submitlogin

Yeah it's very rare to catch exception within processes, or to raise them explicitly. It's common to write something like

    {ok, Result} = foo()
though, and that raises badmatch if it fails, and you handle it in a supervisor.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: