10 lines
		
	
	
		
			146 B
		
	
	
	
		
			PHP
		
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			146 B
		
	
	
	
		
			PHP
		
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								namespace League\Flysystem;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								use RuntimeException;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								class InvalidRootException extends RuntimeException implements FilesystemException
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								}
							 |