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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Personalize** service.
 */
class PersonalizeException extends AwsException {}