You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @deprecated The "League\Flysystem\PhpseclibV2\UnableToAuthenticate" class is deprecated since Flysystem 3.0, use "League\Flysystem\PhpseclibV3\UnableToAuthenticate" instead.
*/
class UnableToAuthenticate extends RuntimeException implements FilesystemException
{
public static function withPassword(): UnableToAuthenticate
{
return new UnableToAuthenticate('Unable to authenticate using a password.');
}
public static function withPrivateKey(): UnableToAuthenticate
{
return new UnableToAuthenticate('Unable to authenticate using a private key.');
}
public static function withSshAgent(): UnableToAuthenticate
{
return new UnableToAuthenticate('Unable to authenticate using an SSH agent.');