@@ -361,7 +361,7 @@ public function justifyRequest($request)
361361 }
362362
363363 /**
364- * @throws Exception In case of any error, an exception arises.
364+ * @throws \ Exception In case of any error, an exception arises.
365365 * @ignore
366366 */
367367 public function getProductInfo ()
@@ -386,7 +386,7 @@ public function getProductInfo()
386386 }
387387
388388 /**
389- * @throws Exception In case of any error, an exception arises.
389+ * @throws \ Exception In case of any error, an exception arises.
390390 * @ignore
391391 */
392392 public function getDatabaseNames ()
@@ -419,7 +419,7 @@ public function getDatabaseNames()
419419 }
420420
421421 /**
422- * @throws Exception In case of any error, an exception arises.
422+ * @throws \ Exception In case of any error, an exception arises.
423423 * @ignore
424424 */
425425 public function getLayoutNames ()
@@ -445,7 +445,7 @@ public function getLayoutNames()
445445 }
446446
447447 /**
448- * @throws Exception In case of any error, an exception arises.
448+ * @throws \ Exception In case of any error, an exception arises.
449449 * @ignore
450450 */
451451 public function getScriptNames ()
@@ -471,7 +471,7 @@ public function getScriptNames()
471471 }
472472
473473 /**
474- * @throws Exception In case of any error, an exception arises.
474+ * @throws \ Exception In case of any error, an exception arises.
475475 * @ignore
476476 */
477477 public function login ()
@@ -512,7 +512,7 @@ public function login()
512512
513513 /**
514514 *
515- * @throws Exception In case of any error, an exception arises.
515+ * @throws \ Exception In case of any error, an exception arises.
516516 * @ignore
517517 */
518518 public function logout ()
@@ -574,7 +574,7 @@ private function getOAuthIdentifier($provider)
574574 * @param array $request
575575 * @param array $addHeader
576576 * @param boolean $isSystem for Metadata
577- * @throws Exception In case of any error, an exception arises.
577+ * @throws \ Exception In case of any error, an exception arises.
578578 * @ignore
579579 */
580580 public function callRestAPI ($ params , $ isAddToken , $ method = 'GET ' , $ request = null , $ addHeader = null , $ isSystem = false , $ directPath = false )
0 commit comments