mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-03-05 22:49:48 +01:00
10 lines
240 B
PHP
10 lines
240 B
PHP
<?php
|
|
namespace Aws\CodeStarNotifications\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **AWS CodeStar Notifications** service.
|
|
*/
|
|
class CodeStarNotificationsException extends AwsException {}
|