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