<?php

namespace Aws\Kms\Exception;

use Aws\Common\Exception\ServiceResponseException;

/**
 * Exception thrown by the KMS service client.
 */
class KmsException extends ServiceResponseException {}
