Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2892053
ArcanistConduitAuthenticationException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
409 B
Referenced Files
None
Subscribers
None
ArcanistConduitAuthenticationException.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 16:10 (7 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1115029
Default Alt Text
ArcanistConduitAuthenticationException.php (409 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment