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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS EntityResolution** service.
 */
class EntityResolutionException extends AwsException {}