Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295248
PhabricatorApplicationTransactionWarningException.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
301 B
Referenced Files
None
Subscribers
None
PhabricatorApplicationTransactionWarningException.php
View Options
<?php
final
class
PhabricatorApplicationTransactionWarningException
extends
Exception
{
private
$xactions
;
public
function
__construct
(
array
$xactions
)
{
$this
->
xactions
=
$xactions
;
parent
::
__construct
(
)
;
}
public
function
getTransactions
(
)
{
return
$this
->
xactions
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Mar 27, 01:35 (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1172067
Default Alt Text
PhabricatorApplicationTransactionWarningException.php (301 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment