xref: /dokuwiki/vendor/kissifrot/php-ixr/src/Exception/ServerException.php (revision 7f8f24562b596c56d79e46eba9f82780df5725cb)
1*7f8f2456SAndreas Gohr<?php
2*7f8f2456SAndreas Gohr
3*7f8f2456SAndreas Gohrnamespace IXR\Exception;
4*7f8f2456SAndreas Gohr
5*7f8f2456SAndreas Gohr
6*7f8f2456SAndreas Gohrclass ServerException extends \Exception
7*7f8f2456SAndreas Gohr{
8*7f8f2456SAndreas Gohr
9*7f8f2456SAndreas Gohr}
10