Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97583054
PhabricatorApplicationTransactionWarningException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jan 5, 11:20
Size
230 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 11:20 (2 d)
Engine
blob
Format
Raw Data
Handle
23430881
Attached To
rPH Phabricator
PhabricatorApplicationTransactionWarningException.php
View Options
<?php
final
class
PhabricatorApplicationTransactionWarningException
extends
Exception
{
private
$xactions
;
public
function
__construct
(
array
$xactions
)
{
$this
->
xactions
=
$xactions
;
parent
::
__construct
();
}
}
Event Timeline
Log In to Comment