mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 06:06:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace App\Exceptions\Service\Deployment;
 | |
| 
 | |
| use App\Exceptions\DisplayException;
 | |
| 
 | |
| class NoViableNodeException extends DisplayException {}
 | 
