Skip to content

Instantly share code, notes, and snippets.

@blackode
Created February 17, 2017 02:15
Show Gist options
  • Save blackode/1101281ad40e736925ed20aa5a53b7e6 to your computer and use it in GitHub Desktop.
Save blackode/1101281ad40e736925ed20aa5a53b7e6 to your computer and use it in GitHub Desktop.
Custom Errors
defmodule BugError do
defexception message: "BUG BUG .." # message is the default
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment