Skip to content

Instantly share code, notes, and snippets.

@alco
Created May 8, 2014 23:05
Show Gist options
  • Save alco/2971bb09106b86362626 to your computer and use it in GitHub Desktop.
Save alco/2971bb09106b86362626 to your computer and use it in GitHub Desktop.
iex(1)> bin = "HELLO"
"HELLO"
iex(2)> raise ArgumentError, message: 'Unsupported or invalid status #{bin}'
** (ArgumentError) Unsupported or invalid status HELLO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment