Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F534820
PhabricatorMetaMTAReceivedMailProcessingException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
414 B
Referenced Files
None
Subscribers
None
PhabricatorMetaMTAReceivedMailProcessingException.php
View Options
<?php
final
class
PhabricatorMetaMTAReceivedMailProcessingException
extends
Exception
{
private
$statusCode
;
public
function
getStatusCode
()
{
return
$this
->
statusCode
;
}
public
function
__construct
(
$status_code
/* ... */
)
{
$args
=
func_get_args
();
$this
->
statusCode
=
$args
[
0
];
$args
=
array_slice
(
$args
,
1
);
call_user_func_array
(
array
(
'parent'
,
'__construct'
),
$args
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 6:17 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
105096
Default Alt Text
PhabricatorMetaMTAReceivedMailProcessingException.php (414 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment