16 lines
		
	
	
		
			278 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			278 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace dokuwiki\Action\Exception;
 | |
| 
 | |
| /**
 | |
|  * Class NoActionException
 | |
|  *
 | |
|  * Thrown in the ActionRouter when a wanted action can not be found. Triggers
 | |
|  * the unknown action event
 | |
|  *
 | |
|  * @package dokuwiki\Action\Exception
 | |
|  */
 | |
| class NoActionException extends \Exception {
 | |
| 
 | |
| }
 |