Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2184e325 authored by Ronak Patel's avatar Ronak Patel
Browse files

added error

parent 85509536
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -483,7 +483,7 @@ class UserService {
			return true;
		}
		$this->logger->error("Error checking if username '$username' is taken at common source, status code: " . (string) $statusCode);
		throw new Exception();
		throw new Exception("Error checking if username '$username' is taken at common source, status code: " . (string) $statusCode);
	}

	public function addUsernameToCommonDataStore(string $username) : void {