mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-14 09:03:02 -07:00
9 lines
165 B
PHP
9 lines
165 B
PHP
<?php
|
|
namespace Aws\Sns\Exception;
|
|
|
|
/**
|
|
* Runtime exception thrown by the SNS Message Validator.
|
|
*/
|
|
class InvalidSnsMessageException extends \RuntimeException
|
|
{
|
|
}
|