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

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines a response to an Unsubscribe request.
 *
 * @package php-ews\Response
 */
class UnsubscribeResponseType extends BaseResponseMessageType
{

}