mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-23 20:39:05 +02:00
14 lines
199 B
PHP
14 lines
199 B
PHP
<?php
|
|
|
|
namespace Mage\Config;
|
|
|
|
use Mage\Yaml\Exception\RuntimeException;
|
|
|
|
/**
|
|
*
|
|
* @author Vladimir Grigor <vgrigor@gmail.com>
|
|
*/
|
|
class RequiredConfigNotFoundException extends RuntimeException
|
|
{
|
|
}
|