PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
moneyphp
/
money
/
src
/
Exception
<?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 { }
[-] ParserException.php
[edit]
[+]
..
[-] UnknownCurrencyException.php
[edit]
[-] UnresolvableCurrencyPairException.php
[edit]
[-] FormatterException.php
[edit]