mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 13:26:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			155 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			155 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace App\Exceptions\Service\Node;
 | 
						|
 | 
						|
use App\Exceptions\DisplayException;
 | 
						|
 | 
						|
class ConfigurationNotPersistedException extends DisplayException
 | 
						|
{
 | 
						|
}
 |