Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894847
PhabricatorMetaMTAReceivedMailProcessingException.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
452 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
)
;
$parent
=
get_parent_class
(
$this
)
;
call_user_func_array
(
array
(
$parent
,
'__construct'
)
,
$args
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 20:34 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128483
Default Alt Text
PhabricatorMetaMTAReceivedMailProcessingException.php (452 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment