Page MenuHomePhorge

Aphront400Response.php
No OneTemporary

Size
207 B
Referenced Files
None
Subscribers
None

Aphront400Response.php

<?php
final class Aphront400Response extends AphrontResponse {
public function getHTTPResponseCode() {
return 400;
}
public function buildResponseString() {
return '400 Bad Request';
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 3, 4:03 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
58552
Default Alt Text
Aphront400Response.php (207 B)

Event Timeline