Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123808217
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
Tue, Jul 29, 16:53
Size
194 B
Mime Type
text/x-php
Expires
Thu, Jul 31, 16:53 (2 d)
Engine
blob
Format
Raw Data
Handle
27654518
Attached To
rPH Phabricator
DiffusionSetupException.php
View Options
<?php
final
class
DiffusionSetupException
extends
AphrontUsageException
{
public
function
__construct
(
$message
)
{
parent
::
__construct
(
pht
(
'Diffusion Setup Exception'
),
$message
);
}
}
Event Timeline
Log In to Comment