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

use Aws\Exception\AwsException;

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