1: <?php
2: /**
3: * @copyright Copyright 2012-2013 Rackspace US, Inc.
4: See COPYING for licensing information.
5: * @license https://www.apache.org/licenses/LICENSE-2.0 Apache 2.0
6: * @version 1.5.9
7: * @author Jamie Hannaford <jamie.hannaford@rackspace.com>
8: */
9:
10: namespace OpenCloud\Common\Exceptions;
11:
12: use Exception;
13:
14: class LoggingException extends Exception
15: {
16: }