Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111805682
PhortuneDisplayException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, May 5, 04:18
Size
211 B
Mime Type
text/x-php
Expires
Wed, May 7, 04:18 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25978930
Attached To
rPH Phabricator
PhortuneDisplayException.php
View Options
<?php
final
class
PhortuneDisplayException
extends
Exception
{
public
function
setView
(
$view
)
{
$this
->
view
=
$view
;
return
$this
;
}
public
function
getView
()
{
return
$this
->
view
;
}
}
Event Timeline
Log In to Comment