| Path : /proc/self/root/var/www/html/solarwindia/vendor/nexmo/client-core/src/Account/ |
| Current File : //proc/self/root/var/www/html/solarwindia/vendor/nexmo/client-core/src/Account/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');
}
}