Repository URL to install this package:
|
Version:
1.0.0 ▾
|
<?php namespace Modules\Core\Exceptions;
use Exception;
class UnsupportedLocaleException extends Exception
{
}