mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-11-05 09:30:16 +01:00
14 lines
191 B
PHP
14 lines
191 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Mage\Config;
|
||
|
|
|
||
|
|
use Mage\Yaml\Exception\RuntimeException;
|
||
|
|
|
||
|
|
/**
|
||
|
|
*
|
||
|
|
* @author Vladimir Grigor <vgrigor@gmail.com>
|
||
|
|
*/
|
||
|
|
class ConfigNotFoundException extends RuntimeException
|
||
|
|
{
|
||
|
|
}
|