Files
be-accone/vendor/aws_sdk/Aws/AppRunner/Exception/AppRunnerException.php

10 lines
204 B
PHP

<?php
namespace Aws\AppRunner\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS App Runner** service.
*/
class AppRunnerException extends AwsException {}