forked from Public/pics
		
	This also adopts the use of an Alert template for error and success messages.
		
			
				
	
	
		
			13 lines
		
	
	
		
			340 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			340 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/*****************************************************************************
 | 
						|
 * UserFacingException.php
 | 
						|
 * Contains exception class UserFacingException.
 | 
						|
 *
 | 
						|
 * Kabuki CMS (C) 2013-2016, Aaron van Geffen
 | 
						|
 *****************************************************************************/
 | 
						|
 | 
						|
class UserFacingException extends Exception
 | 
						|
{
 | 
						|
 | 
						|
}
 |