Page MenuHomePhorge

PhabricatorAuthSSHPrivateKeyPassphraseException.php
No OneTemporary

PhabricatorAuthSSHPrivateKeyPassphraseException.php

<?php
abstract class PhabricatorAuthSSHPrivateKeyPassphraseException
extends PhabricatorAuthSSHPrivateKeyException {
final public function isFormatException() {
return false;
}
final public function isPassphraseException() {
return true;
}
}

File Metadata

Mime Type
text/x-php
Expires
Jan 19 2025, 12:05 (4 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124379
Default Alt Text
PhabricatorAuthSSHPrivateKeyPassphraseException.php (264 B)

Event Timeline