コード例 #1
0
ファイル: Url.php プロジェクト: nicksagona/pop-spider
 public function isError()
 {
     return null !== $this->response ? $this->response->isClientError() : false;
 }