summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/AlexaForBusiness/Exception/AlexaForBusinessException.php
blob: 602699e7331a9afc8f41bd0b522653e9700ddd7d (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\AlexaForBusiness\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Alexa For Business** service.
 */
class AlexaForBusinessException extends AwsException {}