[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/vendor/kissifrot/php-ixr/src/Exception/ -> ServerException.php (source)

   1  <?php
   2  
   3  namespace IXR\Exception;
   4  
   5  
   6  class ServerException extends \Exception
   7  {
   8  
   9  }