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