Page MenuHomePhorge

PhabricatorApplicationTransactionStructureException.php
No OneTemporary

Size
475 B
Referenced Files
None
Subscribers
None

PhabricatorApplicationTransactionStructureException.php

<?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

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)

Event Timeline