1: <?php
2:
3: namespace tschiemer\Aspsms;
4:
5: /**
6: * Generic Aspsms Exception
7: *
8: * @version 1.1.0
9: * @package aspsms
10: * @license LGPL v3 http://www.gnu.org/licenses/lgpl-3.0.txt
11: * @copyright 2013 Philip Tschiemer, <tschiemer@filou.se>
12: * @link https://github.com/tschiemer/aspsms-php
13: */
14: class ServiceException extends \Exception {
15:
16: }
17: