Packages

Reactive publishing framework, filesystem-based with support for Markdown, nested hierarchies, and instant content rebuilding. Written in Elixir.

Current section

Files

Jump to
pardall_markdown lib pardall_markdown not_found_error.ex
Raw

lib/pardall_markdown/not_found_error.ex

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