EVOLUTION-MANAGER
Edit File: PrefixPrice.php
<?php namespace Nexmo\Account; class PrefixPrice extends Price { protected $priceMethod = 'getPrefixPrice'; public function getCurrency() { throw new Exception('Currency is unavailable from this endpoint'); } }