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