Commit 02f22e9
committed
Add repo name to "not found" errors
Retain repo name in the state of DBConnection.Ownership.Manager for the
sake of clearer errors.
Before: `** (DBConnection.OwnershipError) cannot find ownership process
for #PID<0.1128.0> ({Phoenix.LiveView,
MyAppWeb.FooLive, "lv:phx-GHKljxU3bpZfbx9j"})
using mode :manual`
After: `** (DBConnection.OwnershipError) cannot find ownership process
for #PID<0.1128.0> ({Phoenix.LiveView,
MyAppWeb.FooLive, "lv:phx-GHKljxU3bpZfbx9j"})
using mode :manual on repo MyApp.Repo`1 parent 7f71719 commit 02f22e9
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
223 | 224 | | |
224 | 225 | | |
225 | 226 | | |
226 | | - | |
| 227 | + | |
227 | 228 | | |
228 | 229 | | |
229 | 230 | | |
| |||
393 | 394 | | |
394 | 395 | | |
395 | 396 | | |
396 | | - | |
| 397 | + | |
397 | 398 | | |
398 | 399 | | |
399 | | - | |
| 400 | + | |
400 | 401 | | |
401 | 402 | | |
402 | 403 | | |
| |||
0 commit comments