diff options
Diffstat (limited to 'src/error.rs')
-rw-r--r-- | src/error.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs index 611ce79..adaf77f 100644 --- a/src/error.rs +++ b/src/error.rs @@ -56,6 +56,7 @@ impl ResponseError for BlossomError { Self: std::error::Error + Send + Sync + 'static, { templates::Error { + title: self.to_string(), status: self.status(), message: self.to_string(), } |