aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/vendor/kissifrot/php-ixr/src/Exception/ServerException.php
blob: a6b69538ef2a05abe54f37c2be642360a99e9810 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

namespace IXR\Exception;


class ServerException extends \Exception
{

}