Language names via intl library. Fixes #773

This commit is contained in:
Stefan Parviainen
2014-12-30 19:57:12 +01:00
parent 8e034a3b6b
commit 9cab8ae58a
994 changed files with 498711 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace CommerceGuys\Intl\Exception;
/**
* This exception is thrown when an unknown locale is passed to a repository.
*/
class UnknownLocaleException extends InvalidArgumentException implements ExceptionInterface
{
}