lib/pardall_markdown/not_found_error.ex

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