Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F458517
PhabricatorPeopleMailEngineException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
397 B
Referenced Files
None
Subscribers
None
PhabricatorPeopleMailEngineException.php
View Options
<?php
final
class
PhabricatorPeopleMailEngineException
extends
Exception
{
private
$title
;
private
$body
;
public
function
__construct
(
$title
,
$body
)
{
$this
->
title
=
$title
;
$this
->
body
=
$body
;
parent
::
__construct
(
pht
(
'%s: %s'
,
$title
,
$body
));
}
public
function
getTitle
()
{
return
$this
->
title
;
}
public
function
getBody
()
{
return
$this
->
body
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 12:15 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
71801
Default Alt Text
PhabricatorPeopleMailEngineException.php (397 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment