Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F429418
PhabricatorApplicationTransactionStructureException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
475 B
Referenced Files
None
Subscribers
None
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
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 8:29 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
59702
Default Alt Text
PhabricatorApplicationTransactionStructureException.php (475 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment