[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/Exception/ -> FatalException.php (source)

   1  <?php
   2  
   3  namespace dokuwiki\Exception;
   4  
   5  /**
   6   * Fatal Errors are converted into this Exception in out Shutdown handler
   7   */
   8  class FatalException extends \ErrorException
   9  {
  10  }