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

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * This "base class" is available for ErrorCode / ErrorMessage elements if those
 * become necessary in the future.
 *
 * @package php-ews\Type
 */
class ServiceConfiguration extends Type
{

}