mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 21:11:30 -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
|
|
{
|
|
}
|