mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-12 06:25:56 +08:00
4 lines
106 B
Elixir
4 lines
106 B
Elixir
defmodule LivebookWeb.NotFoundError do
|
|
@moduledoc false
|
|
defexception [:message, plug_status: 404]
|
|
end
|