3 final class PhabricatorApplicationTransactionStructureException
6 public function __construct(
7 PhabricatorApplicationTransaction
$xaction,
11 'Attempting to apply a transaction (of class "%s", with type "%s") '.
12 'which has not been constructed correctly: %s',
14 $xaction->getTransactionType(),
17 parent
::__construct($full_message);