PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
aws
/
aws-sdk-php
/
src
/
KendraRanking
/
Exception
/
Editing: KendraRankingException.php
<?php namespace Aws\KendraRanking\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **Amazon Kendra Intelligent Ranking** service. */ class KendraRankingException extends AwsException {}
SAVE
CANCEL