MCPcopy Create free account
hub / github.com/apify/impit / from

Method from

impit-python/src/errors.rs:37–39  ·  view source on GitHub ↗
(err: ImpitError)

Source from the content-addressed store, hash-verified

35
36impl From<ImpitError> for ImpitPyError {
37 fn from(err: ImpitError) -> Self {
38 ImpitPyError(err)
39 }
40}
41
42impl From<ImpitPyError> for pyo3::PyErr {

Callers

nothing calls this directly

Calls 1

ImpitPyErrorClass · 0.85

Tested by

no test coverage detected