MCPcopy
hub / github.com/appium/appium / constructor

Method constructor

lib/protocol/errors.js:187–190  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

185 return 'unknown method';
186 }
187 constructor (err) {
188 super(err || 'The requested command matched a known URL but did not match an method for that URL',
189 UnknownMethodError.code(), UnknownMethodError.w3cStatus(), UnknownMethodError.error());
190 }
191}
192
193class UnsupportedOperationError extends ProtocolError {

Callers

nothing calls this directly

Calls 3

codeMethod · 0.45
w3cStatusMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected