예제 #1
0
파일: HttpService.php 프로젝트: kisma/kisma
 /**
  * @return array
  */
 public function getLastError()
 {
     return Curl::getError();
 }