We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da652c0 commit 59eedcdCopy full SHA for 59eedcd
lib/phoenix/sync/router.ex
@@ -181,9 +181,7 @@ defmodule Phoenix.Sync.Router do
181
[table: table]
182
183
:error ->
184
- raise ArgumentError,
185
- message:
186
- "No valid table specified. The path #{inspect(path)} is not a valid table name and no `:table` option passed."
+ raise ArgumentError, message: "Cannot build shape: no :table specified."
187
end
188
|> add_namespace(opts)
189
0 commit comments