Skip to content

Instantly share code, notes, and snippets.

@nickgartmann
Created January 31, 2015 21:09
Show Gist options
  • Save nickgartmann/508a7d4d00811bf74156 to your computer and use it in GitHub Desktop.
Save nickgartmann/508a7d4d00811bf74156 to your computer and use it in GitHub Desktop.
defimpl Plug.Exception, for: Ecto.NoResultsError do
def status(_exception), do: 404
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment