PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
aws
/
aws-sdk-php
/
src
/
ConnectContactLens
/
Exception
/
Editing: ConnectContactLensException.php
<?php namespace Aws\ConnectContactLens\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **Amazon Connect Contact Lens** service. */ class ConnectContactLensException extends AwsException {}
SAVE
CANCEL