Page MenuHomePhabricator

DiffusionRefNotFoundException.php
No OneTemporary

DiffusionRefNotFoundException.php

<?php
final class DiffusionRefNotFoundException extends Exception {
private $ref;
public function setRef($ref) {
$this->ref = $ref;
return $this;
}
public function getRef() {
return $this->ref;
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Jul 28, 7:27 AM (1 d, 17 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8222536
Default Alt Text
DiffusionRefNotFoundException.php (225 B)

Event Timeline