Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119453531
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
Thu, Jun 26, 21:59
Size
211 B
Mime Type
text/x-php
Expires
Sat, Jun 28, 21:59 (2 d)
Engine
blob
Format
Raw Data
Handle
26991969
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