Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115977517
DiffusionSetupException.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
Wed, Jun 4, 05:54
Size
189 B
Mime Type
text/x-php
Expires
Fri, Jun 6, 05:54 (2 d)
Engine
blob
Format
Raw Data
Handle
26547898
Attached To
rPH Phabricator
DiffusionSetupException.php
View Options
<?php
final
class
DiffusionSetupException
extends
AphrontUsageException
{
public
function
__construct
(
$message
)
{
parent
::
__construct
(
'Diffusion Setup Exception'
,
$message
);
}
}
Event Timeline
Log In to Comment