File "UnknownCurrencyException.php"
Full Path: /home/isoftco/public_html/hrm/vendor/moneyphp/money/src/Exception/UnknownCurrencyException.php
File size: 265 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Money\Exception;
use Money\Exception;
/**
* Thrown when trying to get ISO currency that does not exists.
*
* @author Frederik Bosch <f.bosch@genkgo.nl>
*/
final class UnknownCurrencyException extends \DomainException implements Exception
{
}