memEx/lib/memex_web/not_found_error.ex

4 lines
84 B
Elixir

defmodule MemexWeb.NotFoundError do
defexception [:message, plug_status: 404]
end