10 lines
		
	
	
		
			151 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			151 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace App\Exceptions\Service\Server;
 | 
						|
 | 
						|
use App\Exceptions\PanelException;
 | 
						|
 | 
						|
class RequiredVariableMissingException extends PanelException
 | 
						|
{
 | 
						|
}
 |