mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 03:14:31 +01:00 
			
		
		
		
	Rename docs, tests and test/ui to doc, test and test/frontend to suite skeleton definition. refs #4212
		
			
				
	
	
		
			8 lines
		
	
	
		
			108 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			108 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| namespace Icinga\Protocol\Statusdat\Exceptions;
 | |
| 
 | |
| class ParsingException extends RuntimeException
 | |
| {
 | |
| 
 | |
| }
 |