mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-11-03 20:54:27 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			184 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			184 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace Icinga\Protocol\File;
 | 
						|
 | 
						|
use RuntimeException;
 | 
						|
 | 
						|
/**
 | 
						|
 * Exception thrown if a file reader specific error occurs
 | 
						|
 */
 | 
						|
class FileReaderException extends RuntimeException {}
 |