Current File : /home/inlingua/public_html/crm.vprotectindia.com/vendor/nexmo/client/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');
    }
}