public function client_send($data) { $result = parent::client_send($data); $this->handleError(); return $result; }