For some cases the leading backslash is missing for PHP standard
classes. This patch adds those backslashes to InvalidArgumentException.
Change-Id: I3749ac33498151744848f7612a809b5f9ac55931
Resolves: #41370
Releases: 6.0
Reviewed-on: http://review.typo3.org/15066
Reviewed-by: Helmut Hummel
Tested-by: Helmut Hummel
* Find the Live-Uid for a given page,
* the results are cached at run-time to avoid too many database-queries
*
- * @throws InvalidArgumentException
+ * @throws \InvalidArgumentException
* @param integer $uid
* @return integer
* @deprecated since TYPO3 4.6 - use Tx_Workspaces_Service_Workspaces::getLivePageUid() instead
* Find the Live-Uid for a given page,
* the results are cached at run-time to avoid too many database-queries
*
- * @throws InvalidArgumentException
+ * @throws \InvalidArgumentException
* @param integer $uid
* @return integer
*/