summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/ComprehendMedical/Exception/ComprehendMedicalException.php
blob: 091db6c437cab0f2d123452ccd33b10bb74e6dd6 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\ComprehendMedical\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Comprehend Medical** service.
 */
class ComprehendMedicalException extends AwsException {}