diff options
Diffstat (limited to 'library/intl/src/Exception/InvalidArgumentException.php')
-rw-r--r-- | library/intl/src/Exception/InvalidArgumentException.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/library/intl/src/Exception/InvalidArgumentException.php b/library/intl/src/Exception/InvalidArgumentException.php deleted file mode 100644 index afbe114a4..000000000 --- a/library/intl/src/Exception/InvalidArgumentException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -namespace CommerceGuys\Intl\Exception; - -/** - * This exception is thrown when an invalid argument is passed to a method. - * For example, a float amount instead of the expected string amount. - */ -class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface -{ -} |