Preview: UnknownCurrencyException.php
Size: 262 B
/proc/thread-self/root/home/byroehnu/easetack.com/vendor/moneyphp/money/src/Exception/UnknownCurrencyException.php
<?php
declare(strict_types=1);
namespace Money\Exception;
use DomainException;
use Money\Exception;
/**
* Thrown when trying to get ISO currency that does not exists.
*/
final class UnknownCurrencyException extends DomainException implements Exception
{
}
Directory Contents
Dirs: 0 × Files: 8