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