aboutsummaryrefslogtreecommitdiffstats
path: root/library/intl/src/Exception/UnknownLocaleException.php
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-12-31 10:43:19 +1100
committerRedMatrix <info@friendica.com>2014-12-31 10:43:19 +1100
commit4f35efa0bad4ae6489b63f3eebafe6542d654094 (patch)
treefdf7577c0b602a1f8b86401572e53cfe90cf2474 /library/intl/src/Exception/UnknownLocaleException.php
parentae9d08267c632cae36a4ebd34c2077fd0051e0e7 (diff)
downloadvolse-hubzilla-4f35efa0bad4ae6489b63f3eebafe6542d654094.tar.gz
volse-hubzilla-4f35efa0bad4ae6489b63f3eebafe6542d654094.tar.bz2
volse-hubzilla-4f35efa0bad4ae6489b63f3eebafe6542d654094.zip
Revert "Language names via intl library."
Diffstat (limited to 'library/intl/src/Exception/UnknownLocaleException.php')
-rw-r--r--library/intl/src/Exception/UnknownLocaleException.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/library/intl/src/Exception/UnknownLocaleException.php b/library/intl/src/Exception/UnknownLocaleException.php
deleted file mode 100644
index 0deca13e8..000000000
--- a/library/intl/src/Exception/UnknownLocaleException.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-namespace CommerceGuys\Intl\Exception;
-
-/**
- * This exception is thrown when an unknown locale is passed to a repository.
- */
-class UnknownLocaleException extends InvalidArgumentException implements ExceptionInterface
-{
-}