livebook/lib/livebook_web/errors/not_found_error.ex

4 lines
87 B
Elixir
Raw Normal View History

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