Page MenuHomePhorge

PhortuneDisplayException.php
No OneTemporary

Size
211 B
Referenced Files
None
Subscribers
None

PhortuneDisplayException.php

<?php
final class PhortuneDisplayException
extends Exception {
public function setView($view) {
$this->view = $view;
return $this;
}
public function getView() {
return $this->view;
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 13, 1:22 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
119697
Default Alt Text
PhortuneDisplayException.php (211 B)

Event Timeline