summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response.php
blob: 22d882f423b999dfa14e66bdc5c486e7969d6e03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * Contains \jamesiarmes\PhpEws\Response.
 */

namespace jamesiarmes\PhpEws;

/**
 * Base class for Exchange Web Service responses.
 *
 * @package php-ews\Response
 */
abstract class Response extends Type
{

}