Better error messaging when server is suspended
This commit is contained in:
parent
693b9eab0c
commit
16e14621c8
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class AuthenticateServerAccess
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($server->suspended) {
|
if ($server->suspended) {
|
||||||
throw new AccessDeniedHttpException('Cannot access a server that is marked as being suspended.');
|
throw new AccessDeniedHttpException('This server is currenty suspended and the functionality requested is unavailable.');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! $server->isInstalled()) {
|
if (! $server->isInstalled()) {
|
||||||
|
|
Loading…
Reference in a new issue