nexmoClient = $nexmoClient; } public function search() { throw new \Exception(__METHOD__.' not yet implemented'); } public function buy() { throw new \Exception(__METHOD__.' not yet implemented'); } public function cancel() { throw new \Exception(__METHOD__.' not yet implemented'); } public function update() { throw new \Exception(__METHOD__.' not yet implemented'); } }