DIR: /proc/self/cwd/vendor/aws/aws-sdk-php/src/Notifications/Exception/ |
Current File : //proc/self/cwd/vendor/aws/aws-sdk-php/src/Notifications/Exception/NotificationsException.php |
<?php namespace Aws\Notifications\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS User Notifications** service. */ class NotificationsException extends AwsException {} |