Page MenuHomePhorge

ArcanistConduitAuthenticationException.php
No OneTemporary

ArcanistConduitAuthenticationException.php

<?php
final class ArcanistConduitAuthenticationException
extends Exception {
private $title;
private $body;
public function setTitle($title) {
$this->title = $title;
return $this;
}
public function getTitle() {
return $this->title;
}
public function setBody($body) {
$this->body = $body;
return $this;
}
public function getBody() {
return $this->body;
}
}

File Metadata

Mime Type
text/x-php
Expires
Jan 19 2025, 16:10 (7 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1115029
Default Alt Text
ArcanistConduitAuthenticationException.php (409 B)

Event Timeline