mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-03-25 15:10:23 +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 {}
|