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

Class Exception

bin/src/error.rs:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3use serde_json::json;
4
5pub struct Exception(pub ApplicationError);
6
7impl From<ApplicationError> for Exception {
8 fn from(value: ApplicationError) -> Self {

Callers 1

fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected