restClient = new Mailerlite_Api_Rest_Client_Wrapper( $this->getBaseUrl(), $apiKey, $httpClient ); } public function is_error() { return $this->restClient->is_error(); } public function get_last_error() { return $this->restClient->get_last_error(); } }