1: <?php
2: /**
3: * Class Config
4: */
5:
6: namespace Jlab\Eloglib;
7:
8:
9:
10: /**
11: * An Exception that that indicates a problem outside the control of the Logentry package,
12: * such as a missing or invalid configuration parameter.
13: *
14: * @package Jlab\Eloglib
15: */
16: class LogentryException extends \Exception
17: {
18:
19: }