Initial commit
This commit is contained in:
		
							
								
								
									
										20
									
								
								content/inc/Action/Exception/ActionAbort.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								content/inc/Action/Exception/ActionAbort.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace dokuwiki\Action\Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Class ActionAbort
 | 
			
		||||
 *
 | 
			
		||||
 * Strictly speaking not an Exception but an expected execution path. Used to
 | 
			
		||||
 * signal when one action is done and another should take over.
 | 
			
		||||
 *
 | 
			
		||||
 * If you want to signal the same but under some error condition use ActionException
 | 
			
		||||
 * or one of it's decendants.
 | 
			
		||||
 *
 | 
			
		||||
 * The message will NOT be shown to the enduser
 | 
			
		||||
 *
 | 
			
		||||
 * @package dokuwiki\Action\Exception
 | 
			
		||||
 */
 | 
			
		||||
class ActionAbort extends ActionException {
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user