aboutsummaryrefslogtreecommitdiffstats
path: root/library/intl/src/Exception/InvalidArgumentException.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/intl/src/Exception/InvalidArgumentException.php')
-rw-r--r--library/intl/src/Exception/InvalidArgumentException.php11
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
-{
-}