mirror of
				https://github.com/Chouchen/Shikiryu_Backup.git
				synced 2021-06-30 16:02:14 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			98 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			98 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace Shikiryu\Exceptions;
 | 
						|
 | 
						|
use Exception;
 | 
						|
 | 
						|
class LocalException extends Exception
 | 
						|
{
 | 
						|
 | 
						|
} |