MCPcopy Create free account
hub / github.com/Migorithm/rustiful-backend / from

Method from

bin/src/error.rs:8–10  ·  view source on GitHub ↗
(value: ApplicationError)

Source from the content-addressed store, hash-verified

6
7impl From<ApplicationError> for Exception {
8 fn from(value: ApplicationError) -> Self {
9 Exception(value)
10 }
11}
12
13impl IntoResponse for Exception {

Callers

nothing calls this directly

Calls 1

ExceptionClass · 0.85

Tested by

no test coverage detected