InvalidSnsMessageException.php 165 B

123456789
  1. <?php
  2. namespace Aws\Sns\Exception;
  3. /**
  4. * Runtime exception thrown by the SNS Message Validator.
  5. */
  6. class InvalidSnsMessageException extends \RuntimeException
  7. {
  8. }