| Current Path : /var/www/html/mmishra/mm/phpwebsite-1.8.x/Global/Http/ |
| Current File : /var/www/html/mmishra/mm/phpwebsite-1.8.x/Global/Http/NotAcceptableResponse.php |
<?php
namespace Http;
/**
* Description
* @author Jeff Tickle <jtickle at tux dot appstate dot edu>
*/
class NotAcceptableResponse extends ErrorResponse
{
protected function getHttpResponseCode()
{
return 406;
}
}
?>