Exemple #1
0
 /**
  * Set the error message and code
  * 
  * @return void
  */
 protected function setError()
 {
     $this->errorMsg = $this->rackspace->getErrorMsg();
     $this->errorCode = $this->rackspace->getErrorCode();
 }