runff 1.0 commit
This commit is contained in:
9
lib/aws/Aws/Sns/Exception/InvalidSnsMessageException.php
Normal file
9
lib/aws/Aws/Sns/Exception/InvalidSnsMessageException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\Sns\Exception;
|
||||
|
||||
/**
|
||||
* Runtime exception thrown by the SNS Message Validator.
|
||||
*/
|
||||
class InvalidSnsMessageException extends \RuntimeException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user