Your IP : 216.73.216.40


Current Path : /var/www/html/ajay/phpwebsite-1.8.x/Global/Http/
Upload File :
Current File : /var/www/html/ajay/phpwebsite-1.8.x/Global/Http/InternalServerErrorResponse.php

<?php

namespace Http;

/**
 * Description
 * @author Jeff Tickle <jtickle at tux dot appstate dot edu>
 */

class InternalServerErrorResponse extends ErrorResponse
{
    protected function getHttpResponseCode()
    {
        return 500;
    }
}

?>