Page MenuHomestyx hydra

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, Nov 24, 2:42 PM (12 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
390616
Default Alt Text
DiffusionRefNotFoundException.php (225 B)

Event Timeline