Rename ServiceUnavailableException & alter maintenance

This commit is contained in:
Philipp Holzer
2019-05-04 16:22:47 +02:00
parent 62fd5375dc
commit 9fb111bca2
3 changed files with 6 additions and 11 deletions

View File

@@ -988,7 +988,7 @@ class App
header('Refresh: 120; url=' . $this->getBaseURL() . "/" . $this->query_string);
Module\Special\HTTPException::rawContent(
new HTTPException\ServiceUnavaiableException('The node is currently overloaded. Please try again later.')
new HTTPException\ServiceUnavailableException('The node is currently overloaded. Please try again later.')
);
}