PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
aws
/
aws-sdk-php
/
src
/
ConfigService
/
Exception
<?php namespace Aws\ConfigService\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the AWS Config service. */ class ConfigServiceException extends AwsException {}
[+]
..
[-] ConfigServiceException.php
[edit]