mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-07 23:47:53 +08:00
4 lines
87 B
Elixir
4 lines
87 B
Elixir
|
defmodule LivebookWeb.NotFoundError do
|
||
|
defexception [:message, plug_status: 404]
|
||
|
end
|