summaryrefslogtreecommitdiff
path: root/platform/www/inc/Action/Exception/NoActionException.php
blob: 1c4e4d0944ebe6402b573ae5198dd5d75f8e59c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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 {

}