@@ -49,7 +49,7 @@ func Wrap(err error, msg string, metaPairs ...interface{}) (_ error) {
49
49
// between releases.
50
50
//
51
51
// The current implementation of this function can be found here:
52
- // https://github.com/encoredev/encore/blob/v1.44.6 /runtimes/go/beta/errs/error.go#L66-L82
52
+ // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L66-L82
53
53
doPanic ("encore apps must be run using the encore command" )
54
54
return
55
55
}
@@ -62,7 +62,7 @@ func WrapCode(err error, code ErrCode, msg string, metaPairs ...interface{}) (_
62
62
// between releases.
63
63
//
64
64
// The current implementation of this function can be found here:
65
- // https://github.com/encoredev/encore/blob/v1.44.6 /runtimes/go/beta/errs/error.go#L86-L101
65
+ // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L86-L101
66
66
doPanic ("encore apps must be run using the encore command" )
67
67
return
68
68
}
@@ -76,7 +76,7 @@ func Convert(err error) (_ error) {
76
76
// between releases.
77
77
//
78
78
// The current implementation of this function can be found here:
79
- // https://github.com/encoredev/encore/blob/v1.44.6 /runtimes/go/beta/errs/error.go#L106-L117
79
+ // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L106-L117
80
80
doPanic ("encore apps must be run using the encore command" )
81
81
return
82
82
}
@@ -90,7 +90,7 @@ func Code(err error) (_ ErrCode) {
90
90
// between releases.
91
91
//
92
92
// The current implementation of this function can be found here:
93
- // https://github.com/encoredev/encore/blob/v1.44.6 /runtimes/go/beta/errs/error.go#L122-L129
93
+ // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L122-L129
94
94
doPanic ("encore apps must be run using the encore command" )
95
95
return
96
96
}
@@ -103,7 +103,7 @@ func Meta(err error) (_ Metadata) {
103
103
// between releases.
104
104
//
105
105
// The current implementation of this function can be found here:
106
- // https://github.com/encoredev/encore/blob/v1.44.6 /runtimes/go/beta/errs/error.go#L133-L138
106
+ // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L133-L138
107
107
doPanic ("encore apps must be run using the encore command" )
108
108
return
109
109
}
@@ -116,7 +116,7 @@ func Details(err error) (_ ErrDetails) {
116
116
// between releases.
117
117
//
118
118
// The current implementation of this function can be found here:
119
- // https://github.com/encoredev/encore/blob/v1.44.6 /runtimes/go/beta/errs/error.go#L142-L147
119
+ // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L142-L147
120
120
doPanic ("encore apps must be run using the encore command" )
121
121
return
122
122
}
@@ -128,7 +128,7 @@ func (*Error) Error() (_ string) {
128
128
// between releases.
129
129
//
130
130
// The current implementation of this function can be found here:
131
- // https://github.com/encoredev/encore/blob/v1.44.6 /runtimes/go/beta/errs/error.go#L150-L155
131
+ // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L150-L155
132
132
doPanic ("encore apps must be run using the encore command" )
133
133
return
134
134
}
@@ -141,7 +141,7 @@ func (*Error) ErrorMessage() (_ string) {
141
141
// between releases.
142
142
//
143
143
// The current implementation of this function can be found here:
144
- // https://github.com/encoredev/encore/blob/v1.44.6 /runtimes/go/beta/errs/error.go#L159-L183
144
+ // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L159-L183
145
145
doPanic ("encore apps must be run using the encore command" )
146
146
return
147
147
}
@@ -153,7 +153,7 @@ func (*Error) Unwrap() (_ error) {
153
153
// between releases.
154
154
//
155
155
// The current implementation of this function can be found here:
156
- // https://github.com/encoredev/encore/blob/v1.44.6 /runtimes/go/beta/errs/error.go#L186-L188
156
+ // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L186-L188
157
157
doPanic ("encore apps must be run using the encore command" )
158
158
return
159
159
}
@@ -170,7 +170,7 @@ func HTTPError(w http.ResponseWriter, err error) {
170
170
// between releases.
171
171
//
172
172
// The current implementation of this function can be found here:
173
- // https://github.com/encoredev/encore/blob/v1.44.6 /runtimes/go/beta/errs/error.go#L196-L198
173
+ // https://github.com/encoredev/encore/blob/v1.46.1 /runtimes/go/beta/errs/error.go#L196-L198
174
174
doPanic ("encore apps must be run using the encore command" )
175
175
return
176
176
}
0 commit comments