diff options
author | RedMatrix <info@friendica.com> | 2014-12-31 10:43:19 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-12-31 10:43:19 +1100 |
commit | 4f35efa0bad4ae6489b63f3eebafe6542d654094 (patch) | |
tree | fdf7577c0b602a1f8b86401572e53cfe90cf2474 /library/intl/src/Exception/UnknownLanguageException.php | |
parent | ae9d08267c632cae36a4ebd34c2077fd0051e0e7 (diff) | |
download | volse-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/UnknownLanguageException.php')
-rw-r--r-- | library/intl/src/Exception/UnknownLanguageException.php | 11 |
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 -{ -} |