magallanes/Mage/Config/ConfigNotFoundException.php

14 lines
191 B
PHP
Raw Normal View History

2014-07-26 14:33:07 +02:00
<?php
namespace Mage\Config;
use Mage\Yaml\Exception\RuntimeException;
/**
*
* @author Vladimir Grigor <vgrigor@gmail.com>
*/
class ConfigNotFoundException extends RuntimeException
{
}