aboutsummaryrefslogtreecommitdiffstats
path: root/library/intl/src/Exception/UnknownLanguageException.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/intl/src/Exception/UnknownLanguageException.php')
-rw-r--r--library/intl/src/Exception/UnknownLanguageException.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/library/intl/src/Exception/UnknownLanguageException.php b/library/intl/src/Exception/UnknownLanguageException.php
deleted file mode 100644
index 922b42185..000000000
--- a/library/intl/src/Exception/UnknownLanguageException.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-namespace CommerceGuys\Intl\Exception;
-
-/**
- * This exception is thrown when an unknown language code is passed to the
- * LanguageRepository.
- */
-class UnknownLanguageException extends InvalidArgumentException implements ExceptionInterface
-{
-}