dockerwiki/content/inc/Action/Exception/NoActionException.php
2021-10-26 13:02:53 +02:00

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 {
}