[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

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

   1  <?php
   2  
   3  namespace dokuwiki\Action\Exception;
   4  
   5  /**
   6   * Class ActionUserRequiredException
   7   *
   8   * Thrown by AbstractUserAction when an action requires that a user is logged
   9   * in but it isn't. You should not use it.
  10   *
  11   * The message will NOT be shown to the enduser
  12   *
  13   * @package dokuwiki\Action\Exception
  14   */
  15  class ActionUserRequiredException extends ActionException
  16  {
  17  }