memEx/lib/memex_web/not_found_error.ex

4 lines
84 B
Elixir
Raw Normal View History

2022-11-26 14:51:18 -05:00
defmodule MemexWeb.NotFoundError do
defexception [:message, plug_status: 404]
end