[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/Action/Exception/ -> NoActionException.php (source)

   1  <?php
   2  
   3  namespace dokuwiki\Action\Exception;
   4  
   5  /**
   6   * Class NoActionException
   7   *
   8   * Thrown in the ActionRouter when a wanted action can not be found. Triggers
   9   * the unknown action event
  10   *
  11   * @package dokuwiki\Action\Exception
  12   */
  13  class NoActionException extends \Exception
  14  {
  15  }