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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Lookout for Vision** service.
 */
class LookoutforVisionException extends AwsException {}