1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-23 20:39:05 +02:00
Magallanes/Mage/Config/ConfigNotFoundException.php
Vladimir Grigor eaccc0dab8 refactoring
2014-07-26 15:33:07 +03:00

14 lines
191 B
PHP

<?php
namespace Mage\Config;
use Mage\Yaml\Exception\RuntimeException;
/**
*
* @author Vladimir Grigor <vgrigor@gmail.com>
*/
class ConfigNotFoundException extends RuntimeException
{
}