Files
pictshare/storage-controllers/s3/Aws/Sns/Exception/InvalidSnsMessageException.php
2020-01-05 03:11:41 +01:00

10 lines
165 B
PHP

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