1: <?php
2: /**
3: * Class Config
4: */
5:
6: namespace Jlab\Eloglib;
7:
8:
9:
10: /**
11: * An Exception that results from attempting to communicate with the Logbooks server
12: * or an error message was returned by the server.
13: *
14: * @package Jlab\Eloglib
15: */
16: class ServerException extends \Exception
17: {
18:
19: }