Overview

Namespaces

  • None
  • PHP
  • tschiemer
    • Aspsms
      • Http
      • Soap
      • Xml

Classes

  • AbstractClient
  • AbstractSimpleClient
  • Request
  • Response
  • SimpleClient
  • Strings

Exceptions

  • ServiceException
  • Overview
  • Namespace
  • Class
  • Tree
 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: 
aspsms-php API documentation generated by ApiGen 2.8.0