Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
use serde_json::json;
4
5
pub struct Exception(pub ApplicationError);
6
7
impl From<ApplicationError> for Exception {
8
fn from(value: ApplicationError) -> Self {
Callers
1
from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected