* @copyright 2012-2013 Jurian Sluiman. * @license http://www.opensource.org/licenses/bsd-license.php BSD License * @link http://juriansluiman.nl */ namespace SlmLocale\Service\Exception; use RuntimeException; use SlmLocale\Exception\ExceptionInterface; class StrategyConfigurationException extends RuntimeException implements ExceptionInterface { }