Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105941577
PhabricatorApplicationTransactionStructureException.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
Thu, Mar 20, 23:13
Size
475 B
Mime Type
text/x-php
Expires
Sat, Mar 22, 23:13 (2 d)
Engine
blob
Format
Raw Data
Handle
24857954
Attached To
rPH Phabricator
PhabricatorApplicationTransactionStructureException.php
View Options
<?php
final
class
PhabricatorApplicationTransactionStructureException
extends
Exception
{
public
function
__construct
(
PhabricatorApplicationTransaction
$xaction
,
$message
)
{
$full_message
=
pht
(
'Attempting to apply a transaction (of class "%s", with type "%s") '
.
'which has not been constructed correctly: %s'
,
get_class
(
$xaction
),
$xaction
->
getTransactionType
(),
$message
);
parent
::
__construct
(
$full_message
);
}
}
Event Timeline
Log In to Comment