We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc65a7b commit 663aaadCopy full SHA for 663aaad
1 file changed
src/Driver/Sftp.php
@@ -233,7 +233,7 @@ public function open($resource = null, $flags = 'r')
233
234
if (!$stream)
235
{
236
- throw new ResourceUndefinedException('SFTP connection is not be supported!');
+ throw new ResourceUndefinedException("Access to SFTP resource [$resource] denied!");
237
}
238
239
$resource = new SftpResource($this, $stream);
0 commit comments