Files
be-accone/vendor/aws_sdk/Aws/AppConfigData/Exception/AppConfigDataException.php

10 lines
216 B
PHP

<?php
namespace Aws\AppConfigData\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS AppConfig Data** service.
*/
class AppConfigDataException extends AwsException {}