Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101860545
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
Fri, Feb 14, 11:51
Size
475 B
Mime Type
text/x-php
Expires
Sun, Feb 16, 11:51 (2 d)
Engine
blob
Format
Raw Data
Handle
24241829
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