mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-05 08:58:56 +02:00
refactoring
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Mage\Config;
|
||||
|
||||
use Mage\Yaml\Exception\RuntimeException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Vladimir Grigor <vgrigor@gmail.com>
|
||||
*/
|
||||
class OptionalConfigNotFoundException extends RuntimeException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user