6 lines
		
	
	
		
			96 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			96 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
namespace OCA\MyWiki\Service;
 | 
						|
 | 
						|
use Exception;
 | 
						|
 | 
						|
class ServiceException extends Exception {} |