update status controller name

This commit is contained in:
yggverse 2024-10-17 19:07:20 +03:00
parent d2fd77f178
commit c1bc99125e
4 changed files with 8 additions and 8 deletions

View file

@ -1,10 +1,10 @@
use adw::StatusPage;
pub struct Error {
pub struct Failure {
// nothing yet..
}
impl Error {
impl Failure {
pub fn new(title: &str, description: &str) -> StatusPage {
StatusPage::builder()
.description(description)