mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01: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
 | 
						|
{
 | 
						|
}
 |