Language names via intl library. Fixes #773
This commit is contained in:
10
library/intl/src/Exception/UnknownLocaleException.php
Normal file
10
library/intl/src/Exception/UnknownLocaleException.php
Normal 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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user