PATH:
home
/
lab2454c
/
keebchat.com
/
core
/
libs
/
s3
/
vendor
/
aws
/
aws-sdk-php
/
src
/
DirectConnect
/
Exception
<?php namespace Aws\DirectConnect\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the AWS Direct Connect service. */ class DirectConnectException extends AwsException {}
[+]
..
[-] DirectConnectException.php
[edit]