Commit 1edd49a
Pavlos Parissis
Return a more descriptive error message
When socket_file is not found we return:
UNIX socket file was not set
which is not descriptive at all when the file is not found.
Let's fix that by catching the case where the file is not present
and return a better message1 parent ac01d79 commit 1edd49a
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
0 commit comments