You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- <?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
 - {
 - }
 
 
  |