Page MenuHomePhorge

PhabricatorApplicationTransactionWarningException.php
No OneTemporary

Size
301 B
Referenced Files
None
Subscribers
None

PhabricatorApplicationTransactionWarningException.php

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

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 9:10 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
103630
Default Alt Text
PhabricatorApplicationTransactionWarningException.php (301 B)

Event Timeline