Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98197840
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
Fri, Jan 10, 23:19
Size
189 B
Mime Type
text/x-php
Expires
Sun, Jan 12, 23:19 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23530141
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