1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-23 20:39:05 +02:00
Magallanes/Mage/Config/OptionalConfigNotFoundException.php

14 lines
199 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 OptionalConfigNotFoundException extends RuntimeException
{
}