Example #1
0
 /**
  * Gets the error code and message as a string for logging
  * @return string
  */
 public function getError()
 {
     return $this->connection->getError();
 }