D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023067
/
cwd
/
www
/
vendor
/
aws
/
aws-sdk-php
/
src
/
AppRunner
/
Exception
/
Filename :
AppRunnerException.php
back
Copy
<?php namespace Aws\AppRunner\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS App Runner** service. */ class AppRunnerException extends AwsException {}