Fix termination warning

feature/node-rewrite
Sven Slootweg 11 years ago
parent 061197e72c
commit f67e5fdac5

@ -270,7 +270,7 @@ class Vps extends CPHPDatabaseRecordClass
}
elseif($this->sStatus == CVM_STATUS_TERMINATED)
{
throw new VpsSuspendedException("No operations can be performed on this VPS beacuse it is terminated.", 1, $this->sInternalId);
throw new VpsTerminatedException("No operations can be performed on this VPS beacuse it is terminated.", 1, $this->sInternalId);
}
else
{

Loading…
Cancel
Save