Skip to content

Instantly share code, notes, and snippets.

@talentdeficit
Created November 24, 2012 07:58
Show Gist options
  • Save talentdeficit/4138830 to your computer and use it in GitHub Desktop.
Save talentdeficit/4138830 to your computer and use it in GitHub Desktop.
handle_cast(Msg, State) ->
some_logging_function(Msg, State),
erlang:error(function_clause).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment