whitelabel-plugins-update-s.../aws/Aws/Sns/Exception/InvalidSnsMessageException.php
2024-05-13 16:09:03 +05:00

9 lines
165 B
PHP

<?php
namespace Aws\Sns\Exception;
/**
* Runtime exception thrown by the SNS Message Validator.
*/
class InvalidSnsMessageException extends \RuntimeException
{
}