PHPDaemon\SockJS\Methods\Generic::internalServerError PHP Method

internalServerError() public method

internalServerError
public internalServerError ( ) : void
return void
    public function internalServerError()
    {
        $this->header('500 Internal Server Error');
        $this->out('"callback" parameter required');
        $this->finish();
    }