Page MenuHomestyx hydra

PhabricatorApplicationTransactionWarningException.php
No OneTemporary

PhabricatorApplicationTransactionWarningException.php

<?php
final class PhabricatorApplicationTransactionWarningException
extends Exception {
private $xactions;
public function __construct(array $xactions) {
$this->xactions = $xactions;
parent::__construct();
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Dec 2, 6:20 PM (12 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
432431
Default Alt Text
PhabricatorApplicationTransactionWarningException.php (230 B)

Event Timeline