Page MenuHome GnuPG

Aphront400Response.php
No OneTemporary

Aphront400Response.php

<?php
/**
* @group aphront
*/
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
Thu, Feb 5, 9:20 PM (50 s ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
06/a3/757faa8c79f358848ee8ea07cb07

Event Timeline