diff options
Diffstat (limited to 'library/intl/src/Exception/UnknownCurrencyException.php')
-rw-r--r-- | library/intl/src/Exception/UnknownCurrencyException.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/library/intl/src/Exception/UnknownCurrencyException.php b/library/intl/src/Exception/UnknownCurrencyException.php deleted file mode 100644 index f94c93d8a..000000000 --- a/library/intl/src/Exception/UnknownCurrencyException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -namespace CommerceGuys\Intl\Exception; - -/** - * This exception is thrown when an unknown currency code is passed to the - * CurrencyRepository. - */ -class UnknownCurrencyException extends InvalidArgumentException implements ExceptionInterface -{ -} |