<?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;
/**
*
* Could not format a message.
*
* @package Aura.Intl
*
*/
class CannotFormat extends \Exception
{
}