Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F19081906
PhabricatorMetaMTAReceivedMailProcessingException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
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
Thu, Dec 4, 8:42 AM (1 d, 22 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8232234
Default Alt Text
PhabricatorMetaMTAReceivedMailProcessingException.php (414 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment