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
Sun, Mar 23, 20:12 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1115029
Default Alt Text
ArcanistConduitAuthenticationException.php (409 B)

Event Timeline