Page MenuHomePhorge

DiffusionRefNotFoundException.php
No OneTemporary

Size
225 B
Referenced Files
None
Subscribers
None

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
Sun, May 4, 9:07 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
64465
Default Alt Text
DiffusionRefNotFoundException.php (225 B)

Event Timeline