mirror of
https://gh.wpcy.net/https://github.com/pixelabs-wp/whitelabel-plugins-update-server.git
synced 2026-04-19 05:26:01 +08: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
|
|
{
|
|
}
|