<?php

namespace Aws\ConfigService\Exception;

use Aws\Common\Exception\ServiceResponseException;

/**
 * Exception thrown by the ConfigService service client.
 */
class ConfigServiceException extends ServiceResponseException {}
