Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Exception namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 22, 2016
1 parent ecc7150 commit 31c08f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/access.smb/smb.php
Expand Up @@ -208,7 +208,7 @@ public function client ($params, $purl)
// common error
if (strstr($error, "command not found")!==false) {
fclose($pipes[1]);
throw new Exception($error);
throw new \Exception($error);
} else if (strstr($error, "domain")!==false && strstr($error, "os")!==false ) {
self::debug("Smbclient alternate stream : ".$error);
} else {
Expand Down

0 comments on commit 31c08f4

Please sign in to comment.