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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS CodeStar Notifications** service.
 */
class CodeStarNotificationsException extends AwsException {}