Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/aura/intl/src/Exception/IcuVersionTooLow.php
<?php
/**
 *
 * This file is part of the Aura Project for PHP.
 *
 * @package Aura.Intl
 *
 * @license http://opensource.org/licenses/MIT MIT
 *
 */
namespace Aura\Intl\Exception;

use
Aura\Intl\Exception;

/**
 *
 * ICU Version is too low for Aura.Intl to work properly.
 *
 * @package Aura.Intl
 *
 */
class IcuVersionTooLow extends \Exception
{
}