Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118343771
Aphront400Response.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 19, 09:47
Size
233 B
Mime Type
text/x-php
Expires
Sat, Jun 21, 09:47 (2 d)
Engine
blob
Format
Raw Data
Handle
26812166
Attached To
rPH Phabricator
Aphront400Response.php
View Options
<?php
/**
* @group aphront
*/
final
class
Aphront400Response
extends
AphrontResponse
{
public
function
getHTTPResponseCode
()
{
return
400
;
}
public
function
buildResponseString
()
{
return
'400 Bad Request'
;
}
}
Event Timeline
Log In to Comment