Example #1
0
 /**
  * Get the last error type
  * 
  * @return integer
  */
 public function getHttpStatus()
 {
     return $this->_lastResponse->getStatus();
 }