Page MenuHomestyx hydra

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
Tue, Apr 28, 5:54 PM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1044054
Default Alt Text
Aphront400Response.php (233 B)

Event Timeline