DIR: /var/www/devs.lapieza.net/vendor/aws/aws-sdk-php/src/AppRunner/Exception/ |
Current File : /var/www/devs.lapieza.net/vendor/aws/aws-sdk-php/src/AppRunner/Exception/AppRunnerException.php |
<?php namespace Aws\AppRunner\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS App Runner** service. */ class AppRunnerException extends AwsException {} |