Files
be-accone/vendor/aws_sdk/Aws/Appflow/Exception/AppflowException.php

10 lines
200 B
PHP

<?php
namespace Aws\Appflow\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon Appflow** service.
*/
class AppflowException extends AwsException {}